<style type="text/css">	
	

a:hover {
	text-decoration: underline;
}

BODY { background: white; color: black}
  A:link { color: blue }
  A:visited { color: Black }
  A:active { color: Black }
  body, td {
	font-family : Verdana, Times New Roman, Tahoma ;
	font-size : 9pt;
}

  A.nav:link { color: black; text-decoration: none; }
  A.nav:visited { color: black; text-decoration: none; }
  A.nav:hover { color: blue; text-decoration: underline; }
  A.nav:active { color: black; text-decoration: none; }

H2 {
	font-family : Tahoma, Arial;
	font-size : 8pt;
	font-style : normal;
	color :  #E7E7C6;
}

H3 {
	font-family : Helvetica, Arial;
	font-size : xx-small;
	font-style : normal;
	color :  gray;
}


</style>	
