document.write("<style type='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1) {
	if(navigator.appName.charAt(0) == "M") {
	// IE
	document.write(".csx12{font-Size:12px}");
	document.write(".csx10{font-Size:10px}");
	document.write(".csy12{font-Size:12px; line-height:14px}");
	document.write(".csy10{font-Size:10px; line-height:12px}");
	document.write(".css13{font-Size:14px; line-height:17px}");
	document.write(".css12{font-Size:12px; line-height:16px}");
	document.write(".css10{font-Size:10px; line-height:13px}");
	} else {
	// NN
	document.write(".csx12{font-Size:12px}");
	document.write(".csx10{font-Size:10px}");
	document.write(".csy12{font-Size:12px; line-height:14px}");
	document.write(".csy10{font-Size:10px; line-height:12px}");
	document.write(".css13{font-Size:14px; line-height:17px}");
	document.write(".css12{font-Size:12px; line-height:16px}");
	document.write(".css10{font-Size:10px; line-height:13px}");
	}
} else {
	if(navigator.appName.charAt(0) == "M" || document.getElementById ){
	// WIN IE
	document.write(".csx12{font-Size:12px}");
	document.write(".csx10{font-Size:11px}");
	document.write(".csy12{font-Size:12px; line-height:17px}");
	document.write(".csy10{font-Size:11px; line-height:13px}");
	document.write(".css13{font-Size:14px; line-height:17px}");
	document.write(".css12{font-Size:12px; line-height:17px}");
	document.write(".css10{font-Size:11px; line-height:14px}");
	} else{
	// WIN NN
	document.write(".csx12{font-Size:12px}");
	document.write(".csx10{font-Size:11px}");
	document.write(".csy12{font-Size:12px; line-height:17px}");
	document.write(".csy10{font-Size:11px; line-height:13px}");
	document.write(".css13{font-Size:15px; line-height:17px}");
	document.write(".css12{font-Size:12px; line-height:17px}");
	document.write(".css10{font-Size:11px; line-height:14px}");
	}
}
document.write("a:link { color:#333333; text-decoration:underline; }");
document.write("a:visited { color:#333333; text-decoration:underline; }");
document.write("a:hover { color:#999999; text-decoration:none; }");
document.write("--></style>");	

ns4 = (document.layers)?true:false;
ie4 = (document.all)?true:false;
vers = navigator.appVersion.charAt(0);
if ((!ie4 && !ns4) || vers < 4) {
	//location.href="/browsercheck.html";
}

