

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(".j9{ font-Size:9px}");
		document.write(".j10{ font-Size:10px}");
		document.write(".j10b{ font-Size:10px; line-height:18px }");
		document.write(".j12{ font-Size:12px}");
		document.write(".e9{ font-family:Arial,Helvetica; font-size:9px}");
		document.write(".e10{ font-family:Arial,Helvetica; font-size:10px}");
		document.write(".e12{ font-family:Arial,Helvetica; font-size:12px}")
}
else{
	if(ie){
		document.write(".j9{ font-Size:10px; line-height:12px }");
		document.write(".j10{ font-Size:11px; line-height:13px }");
		document.write(".j10b{ font-Size:11px; line-height:21px }");
		document.write(".j12{ font-Size:12px; line-height:15px }");
		document.write(".e9{ font-family:Arial,Helvetica; font-Size:9px; line-height:11px }");
		document.write(".e10{ font-family:Arial,Helvetica; font-size:10px; line-height:12px}");
		document.write(".e12{ font-family:Arial,Helvetica;font-size:12px; line-height:15px}")
	}
	else{
		document.write(".j9{ font-Size:10px; line-height:11px }");
		document.write(".j10{ font-Size:11px; line-height:12px }");
		document.write(".j10b{ font-Size:11px; line-height:20px }");
		document.write(".j12{ font-Size:12px; line-height:15px }");
		document.write(".e9{  font-family:Arial,Helvetica; font-Size:11px }");
		document.write(".e10{ font-family:Arial,Helvetica; font-Size:12px; line-height:18px }");
		document.write(".e12{ font-family:Arial,Helvetica;font-Size:14px }")
	}
}

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