mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
		document.write(".t10{ font-Size:10px }");
		document.write(".t12, body, td{ font-Size:12px }")
		document.write(".t14{ font-Size:14px }")
}
else{
	if(ie){
		document.write(".t10{ font-Size:10px; line-height:140% }");
		document.write(".t12, body, td{ font-Size:12px; line-height:140% }")
		document.write(".t14{ font-Size:14px; line-height:140% }")
	}
	else{
		document.write(".t10{ font-Size:10px; line-height:140% }");
		document.write(".t12, body, td{ font-Size:12px; line-height:140% }")
		document.write(".t14{ font-Size:14px; line-height:140% }")
	}
}

document.write("--></STYLE>");