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(".XS12{ font-Size:9px; line-height:12px }");
		document.write(".XS16{ font-Size:9px; line-height:16px }");
		document.write(".XS20{ font-Size:9px; line-height:20px }");
		document.write(".S14{ font-Size:10px; line-height:14px }");
		document.write(".S18{ font-Size:10px; line-height:18px }");
		document.write(".S22{ font-Size:10px; line-height:22px }");
		document.write(".M16{ font-Size:12px; line-height:16px }");
		document.write(".M20{ font-Size:12px; line-height:20px }");
		document.write(".M24{ font-Size:12px; line-height:24px }");
		document.write(".L18{ font-Size:14px; line-height:18px }");
		document.write(".L22{ font-Size:14px; line-height:22px }");
		document.write(".L26{ font-Size:14px; line-height:26px }");
		document.write(".LL20{ font-Size:16px; line-height:20px }");
		document.write(".LL24{ font-Size:16px; line-height:24px }");
		document.write(".LL28{ font-Size:16px; line-height:28px }");
		document.write(".LLL22{ font-Size:18px; line-height:22px }");
		document.write(".LLL26{ font-Size:18px; line-height:26px }");
		document.write(".LLL30{ font-Size:18px; line-height:30px }");
		document.write("td{ font-Size:14px; line-height:18px }")
		document.write("A {text-decoration:none}")
}
else{
		document.write(".XS12{ font-Size:11px; line-height:12px }");
		document.write(".XS16{ font-Size:11px; line-height:16px }");
		document.write(".XS20{ font-Size:11px; line-height:20px }");
		document.write(".S14{ font-Size:12px; line-height:14px }");
		document.write(".S18{ font-Size:12px; line-height:18px }");
		document.write(".S22{ font-Size:12px; line-height:22px }");
		document.write(".M16{ font-Size:13px; line-height:16px }");
		document.write(".M20{ font-Size:13px; line-height:20px }");
		document.write(".M24{ font-Size:13px; line-height:24px }");
		document.write(".L18{ font-Size:16px; line-height:18px }");
		document.write(".L22{ font-Size:16px; line-height:22px }");
		document.write(".L26{ font-Size:16px; line-height:26px }");
		document.write(".LL20{ font-Size:18px; line-height:20px }");
		document.write(".LL24{ font-Size:18px; line-height:24px }");
		document.write(".LL28{ font-Size:18px; line-height:28px }");
		document.write(".LLL22{ font-Size:20px; line-height:22px }");
		document.write(".LLL26{ font-Size:20px; line-height:26px }");
		document.write(".LLL30{ font-Size:20px; line-height:30px }");
		document.write("td{ font-Size:16px; line-height:20px }")
		document.write("A {text-decoration:none}")
}
document.write("--></STYLE>");
