<style type="text/css"> 
{}
A  {
 	color : #00105a;
 	font-weight : bold;
	text-decoration: underline;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:visited  {
 	color : gray;
	text-decoration: underline;
  	font-weight : normal;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:hover  {
 	color : DarkKhaki;
	text-decoration: underline;
  	font-weight : bold;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:active  {
 	color : DarkKhaki;
	text-decoration: underline;
  	font-weight : bold;
 	font-family : Times New Roman, tahoma;
 	font-variant : normal;
 	font-style : normal;
 }

TD {
  	 color : black;
	 font-weight: normal;
    	 font-size: 14pt;
	 font-family : Times New Roman, tahoma, Arial;
	 font-variant: normal;
	 font-style: normal;
		 }

.bold {
	color : black;
	font-weight: bold;
	font-family: Times New Roman, tahoma, arial;
	font-size: 14pt;
	font-variant: normal;
	font-style: normal;
 }


.small {
	color : RoyalBlue;
	
	
	font-weight: normal;
	font-family : Arial;
	font-size: 10pt;
	font-variant: normal;
	font-style: italic;
 }

.header {
	color : MidnightBlue;
	font-weight: bold;
	font-family : Times New Roman, tahoma, Arial;
	font-size: 18pt;
	font-variant: normal;
	font-style: normal;
 }
 
 .header2 {
 	color : MidnightBlue;
 	font-weight: bold;
 	font-family : Times New Roman, tahoma, Arial;
 	font-size: 16pt;
 	font-variant: normal;
 	font-style: normal;
 }

.subheader {
	color : Maroon;
	font-weight: bold;
	font-family : Times New Roman, tahoma, Arial;
	font-size: 14pt;
	font-variant: normal;
	font-style: normal;
 }

 body  {
 	background-color : lightYellow;
}
</style>
