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