<style type> 
/* You must have a # in the DB in front of the Hex Codes for the colors to work in Netscape */
 /* hover only works in IE4+ */
 <!--
A   {	
	text-decoration: underline;
	font-weight : normal;
	background-color : transparent;
	color : 000000
}

A.ap:hover {
 font: 8pt;
 text-decoration:none;
 font-weight: normal;
 background-color : transparent;
 }
 
A:hover {
	text-decoration: none;
	font-weight : normal;
	background-color : transparent;
}

/* Body Text */
 .Body_Text
{
 font-size : 10pt;
	font-family : arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
  }
   .BodyText
{
 font-size : 10pt;
	font-family : arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
  }
  /* Body Text Small*/
 .Body_Text_Small
{
 font-size : 8pt;
 color : Black;
 font-family : arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
  }
/* Body Text */
 .Body_Text_white
{
 font-size : 10pt;
	font-family : arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
  }  
  
LI.small {
	font-size : 8pt;
	color : Black;
	font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
  
 -->
</style>