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(".t1{ font-Size:10px; line-height:12px }");
		document.write(".t2{ font-Size:12px; line-height:13px }");
		document.write(".t3{ font-Size:14px; line-height:16px }");
		document.write(".t4{ font-Size:16px; line-height:22px }");
		document.write(".t5{ font-Size:18px; line-height:27px }");
		document.write(".t6{ font-Size:20px; line-height:28px }")
}
else{
	if(ie){
		document.write(".t1{ font-Size:11px; line-height:13px }");
		document.write(".t2{ font-Size:12px; line-height:17px }");
		document.write(".t3{ font-Size:15px; line-height:19px }");
		document.write(".t4{ font-Size:17px; line-height:22px }");
		document.write(".t5{ font-Size:19px; line-height: 27px }");
		document.write(".t6{ font-Size:21px; line-height:28px }")

	}
	else{
		document.write(".t1{ font-Size:11px; line-height:14px }");
		document.write(".t2{ font-Size:12px; line-height:15px }");
		document.write(".t3{ font-Size:14px; line-height:17px }");
		document.write(".t4{ font-Size:17px; line-height:24px }");
		document.write(".t5{ font-Size:18px; line-height:28px }");
		document.write(".t6{ font-Size:20px; line-height:28px }")

	}
}


document.write("--></STYLE>");