<!--
document.write("<STYLE type=\"text/css\">");
if (navigator.appName.charAt(0) == "N" ) {
	document.write("A { color: #3333FF}");
	document.write("A:active { color: #CCCC00}");
	document.write("A.MENU { color: #003333}");
	document.write("A.MENU:active { color: #CCCC00}");
	document.write("A IMG{ border-color: #3333FF}");
}
else {
	document.write("A { color: #000033; text-decoration: none}");
	document.write("A:active { color: #CCCC00; text-decoration: none}");
	document.write("A:hover { color: #FF3333; text-decoration: none}");
	document.write("A.UN { color: #000033; text-decoration: underline}");
	document.write("A.UN:active { color: #CCCC00; text-decoration: underline}");
	document.write("A.UN:hover { color: #FF3333; text-decoration: underline}");
	document.write("A.BL { color: #0000FF; text-decoration: none}");
	document.write("A.BL:active { color: #CCCC00; text-decoration: none}");
	document.write("A.BL:hover { color: #FF3333; text-decoration: none}");
	document.write("A.BLL { color: #0000FF; text-decoration: underline}");
	document.write("A.BLL:active { color: #CCCC00; text-decoration: underline}");
	document.write("A.BLL:hover { color: #FF3333; text-decoration: underline}");
	document.write("A.MENU { color: #003333; text-decoration: none}");
	document.write("A.MENU:active { color: #CCCC00; text-decoration: none}");
	document.write("A.MENU:hover { color: #FF3333; text-decoration: none}");
	document.write("A IMG{ border-color: #3333FF}");
	document.write("A:hover IMG{ border-color: #FF3333}");
	document.write("TABLE.MENU {background-color: #00C000; background-image: url(\"www/title.gif\"); background-repeat: no-repeat}");
}
document.write("</STYLE>");

// End -->

