a, a:active{
    FONT-WEIGHT: bold;
    color: #2e06a0;
    FONT-STYLE: normal;
    TEXT-DECORATION: none;
}

a:hover{
    FONT-WEIGHT: bold;
	color: #e7120c;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
}

table{
   text-align: left;
   font-size: 12px;	
}

table td{
	vertical-align: top;
}

table.header {
  width: 100%;
  border: 0;
  color : #2e06a0;
  font-size: 12px;	
  text-align: right;
  vertical-align: middle;
}

body.header {
  background-image: url(images/menuback.jpg);
  background-repeat: repeat-x;
  margin: 0 0;
}

table.menu {
  width: 100%;
  border: 0;
  color : #2e06a0;
  FONT-WEIGHT: normal;
  font-size: 12px;	
  text-align: center;
}

table td.menu{
  text-align: center;
  width: 7%;
}

table td.submenu {
  background-color : #EEEEEE;
}

table tr.header {
  background-color : #EEEEEE;
}

table.footer {
  background-image: url(images/menuback.jpg);
  width: 100%;
  font-size: 9px;	
  color : #2e06a0;
}

body {
  background-color : #fFfFfF;
  color : #202020;
  font-family : verdana,arial,helvetica,sans-serif;
  text-align: left;
  margin: 5 5;
  font-size: 12px;
  scrollbar-face-color: #FDF5E6;
  scrollbar-arrow-color: #1E9041;
  scrollbar-base-color: #FDF5E6;
}


body h1{
	text-align: left;
	font-size: 18px;
	color: #e7120c
}

body h2{
	text-align: left;
	font-size: 13px;
}

body h3{
	text-align: left;
	font-size: 9px;
}

body h4{
	text-align: left;
	font-size: 8px;
}

body h5{
	text-align: center;
	font-size: 12px;
	color: #444444
}

body h6{
	text-align: left;
	font-size: 20px;
	color: #e7120c
}

body hr{
	color: #2056AE;
	height: 1px;
}

body.table{
  font-size: 12px;	
}


