html, body, p, table, ol, ul, li { 
  color: #333333;
  font-family: arial, verdana, helvetica, sans-serif; 
  font-size: 9pt;
} 
.headtext {
	FONT-SIZE: 10pt; 
	COLOR: #b1152d; 
	TEXT-DECORATION: none;
	font-weight: bold
}

.subheadtext {
	FONT-SIZE: 9pt; 
	COLOR: #67A782; 
	TEXT-DECORATION: none;
	font-weight: bold
}

.bodytext {
	FONT-SIZE: 8pt; 
	COLOR: grey; 
}


A {
   text-decoration: none;
   color: #082b64;
   font-size: 9pt;
}
A:ACTIVE, A:HOVER {
	color : #3565b4;
	text-decoration : underline;
	font-size: 9pt;
}


.submenu a{
    text-decoration: none;
    color: #96A8E4;
	font-size: 9pt;
}
.submenu a:active, a:hover {
	color: #95EEFE;
	font-size: 9pt;
}

.menuw a{
   text-decoration: none;
   color: white;
}
.menuw a:active, a:hover {
	color: #197EDD;
}

.forms {
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt; 
	COLOR: green; 
	FONT-WEIGHT: normal; 
	background-color: #ffffff; 
	border: 1px solid; 
	border-color: green;
	}

.buttons {
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt; 
	COLOR: #010250; 
	FONT-WEIGHT: bold; 
	background-color: #f0fff1; 
	border: 1px solid; 
	border-color: green;
	}
