<STYLE type=text/css>
<!--
<%if Netscape = true then %>
a.navMenu {
	color : black;
	font-family :  arial, helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
}
.textlinks {
    color: blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none
}
.textlinksBold {
    color: blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
.text  {
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

<%else%>

a.  {
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
a.navMenu  {
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
a:hover.navMenu  {
	color : white;
	font-family : arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
.textlinks {
    color: #000099;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
a:hover.textlinks{
    color: black;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration : none
}
.textlinksBold {
    color: red;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
a:hover.textlinksBold{
    color: black;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration : none
}
.text  {
	color : red;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none
}

<%end if %>

body  {
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	FONT-SIZE : 10pt;
}
-->
</style>