html, body, p, table, ol, ul, li { 
  color: #010250;
  font-family: arial, verdana, arial, helvetica, sans-serif; 
  font-size: 9pt;
} 
.headtext {
	FONT-SIZE: 11pt; 
	COLOR: #436DA9; 
	FONT-FAMILY: times new roman; 
	TEXT-DECORATION: none;
	font-weight: bold
}

.bodytext {
	FONT-SIZE: 9pt; 
	COLOR: white; 
}

A {
   text-decoration: none;
   color: blue;
}
A:ACTIVE, A:HOVER {
	color : #FF6600;
	text-decoration : none;
}

.menuw a{
   text-decoration: none;
   color: white;
}
.menuw a:active, a:hover {
	color: #ff6600;
}

.bodysmall {
   color: white;
	font-size: 8pt; 
}

.forms {
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt; 
	COLOR: #010250; 
	FONT-WEIGHT: normal; 
	background-color: #ffffff; 
	border: 1px solid; 
	border-color: navy;
	}

.buttons {
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt; 
	COLOR: #010250; 
	FONT-WEIGHT: bold; 
	background-color: #dadaeb; 
	border: 1px solid; 
	border-color: #00001b;
	}
