<STYLE type=text/css>
<!--
<%if Netscape = true then %>
a.menuNav  {
	font-family :  Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.text  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
}

<%else%>
a  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
a.menuNav  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

a:hover.menuNav  {
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

a.textlinks  {
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

a:hover.textlinks  {
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

a.textlinksdir  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 14pt;
}

a:hover.textlinksdir  {
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : bold;
	text-decoration : none;
	font-size : 14pt;
	
}
.text  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
}

<%end if %>
</STYLE>
