
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC IE NN
	document.write(".v9{font-Size:9px}")
	document.write(".v10{font-size:10px}")
	document.write(".v12{font-size:12px}")
	document.write(".h2{font-size:10px}")
    document.write("form{margin: 0px; padding:0px;}")
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write(".v9{font-Size:9px; line-height:11px}")
	document.write(".v10{font-size:11px; line-height:13px}")
	document.write(".v12{font-size:12px; line-height:15px}")
	document.write(".h2{font-size:11px; line-height:13px}")
    document.write("form{margin: 0px; padding: 0px;;}")

	}
	else{
	// WIN NN
	document.write(".v9{font-Size:10px; line-height:11px}")
	document.write(".v10{font-size:11px; line-height:13px}")
	document.write(".v12{font-size:12px; line-height:14px}")
	document.write(".h2{font-size:11px; line-height:13px}")
    document.write("form{margin: 0px; padding: 0px;;}")

	}
}	
document.write("a:link{color: #2A323C; text-decoration: none}");
document.write("a:active{color: #FFFF00; text-decoration: none}");
document.write("a:hover{color: #FFCC66; text-decoration: none}");
document.write("a:visited{color: #2A323C; text-decoration: none}");
document.write("a:visited:hover{color: #FFCC66; text-decoration: none}");

document.write(".h2 a:link{color: #2A323C; text-decoration: none}");
document.write(".h2 a:active{color: #FFFF00; text-decoration: none}");
document.write(".h2 a:hover{color: #99CC00; text-decoration: none}");
document.write(".h2 a:visited{color: #2A323C; text-decoration: none}");
document.write(".h2 a:visited:hover{color: #99CC00; text-decoration: none}");

document.write(".h3 a:link{color: #CC0000; text-decoration: none}");
document.write(".h3 a:active{color: #FFFF00; text-decoration: none}");
document.write(".h3 a:hover{color: #FFCC66; text-decoration: none}");
document.write(".h3 a:visited{color: #CC0000; text-decoration: none}");
document.write(".h3 a:visited:hover{color: #FFCC66; text-decoration: none}");
document.write("--></STYLE>");