
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	//for  macintosh
	document.write(".f12{font-size:12px; line-height:15px}");
	document.write(".f10{font-size:10px; line-height:15px}");
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// for Windows Internet Explorer
	document.write(".f12{font-size:11px; line-height:15px}");
	document.write(".f10{font-size:10px; line-height:15px}");
	}
	else{
	// for Windows Netscape
	document.write(".f12{font-size:13px; line-height:15px}");
	document.write(".f10{font-size:11px; line-height:15px}");
	}
}
document.write("a {  color: #FFFFFF}");
document.write("--></STYLE>");	


