BODY {
 	font-family: "Arial";
	font-size: 9pt;
}

a:link  {
 	color : #FF0000;
 	font-family : "Arial";
	font-size: 9pt;
 	text-decoration : none;
}
 
a:active  {
 	color : #000000;
 	font-family : "Arial";
	font-size: 9pt;
 	text-decoration : none;
 }
 
a:visited  {
 	color : #666666;
 	font-family : "Arial";
	font-size: 9pt;
 	text-decoration : none;
}
 
a:hover  {
	color : #aaaaaa;
 	font-family : "Arial";
	font-size: 9pt;
 	text-decoration : underline;
}

TD {
 	font-family: "Arial";
	font-size: 9pt;
}

TD.head {
 	font-family: "Arial";
	font-size: 9pt;
	color: White;
	font-weight: Bold;
}

H3 {
 	font-family: "Arial";
	font-size: 13pt;
	color: Red;
	align:center;
}


