<!--
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:14px }");
		document.write(".t2{ font-Size:12px; line-height:21px }")
		document.write(".t2s{ font-Size:12px; line-height:17px }")
		document.write(".t3{ font-Size:14px; line-height:19px }")
		document.write(".t4{ font-Size:12px; line-height:13px }")
}
else{
	if(ie){
		document.write(".t1{ font-Size:11px; line-height:14px }");
		document.write(".t2{ font-Size:12px; line-height:21px }")
		document.write(".t2s{ font-Size:12px; line-height:17px }")
		document.write(".t3{ font-Size:16px; line-height:19px }")
		document.write(".t4{ font-Size:12px; line-height:13px }")		
	}
	else{
		document.write(".t1{ font-Size:11px; line-height:14px }");
		document.write(".t2{ font-Size:12px; line-height:21px }")
		document.write(".t2s{ font-Size:12px; line-height:17px }")
		document.write(".t3{ font-Size:14px; line-height:19px }")
		document.write(".t4{ font-Size:12px; line-height:13px }")		
	}
}

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