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(".s{ font-Size:12px; color:#CC0000}");
		document.write(".m{ font-Size:12px; color:#000000}");
		document.write("td{ font-Size:16px; color:#000000}")
		document.write("a:link{ color:#FF3333; text-decoration:underline }")
		document.write("a:visited{ color:#FF6633; text-decoration:underline }")
		document.write("a:active{ color:#FF6633; text-decoration:underline }")
		document.write("a:hover{ color:#FF6633; text-decoration: underline }")
}
else{
	if(ie){
		document.write(".s{ font-Size:12px; color:#CC0000; line-height:15px }");
		document.write(".m{ font-Size:12px; color:#000000; line-height:15px }");
		document.write("td{ font-Size:16px; color:#000000; line-height:19px }")
		document.write("a:link{ color:#FF3333; text-decoration:underline }")
		document.write("a:visited{ color:#FF6633; text-decoration:underline }")
		document.write("a:active{ color:#FF6633; text-decoration:underline }")
		document.write("a:hover{ color:#FF6633; text-decoration: underline }")
}
	else{
		document.write(".s{ font-Size:12px; color:#CC0000; line-height:15px }");
		document.write(".m{ font-Size:12px; color:#000000; line-height:15px }");
		document.write("td{ font-Size:16px; color:#000000; line-height:19px }")
		document.write("a:link{ color:#FF3333; text-decoration:underline }")
		document.write("a:visited{ color:#FF6633; text-decoration:underline }")
		document.write("a:active{ color:#FF6633; text-decoration:underline }")
		document.write("a:hover{ color:#FF6633; text-decoration: underline }")
}
}
document.write("--></STYLE>");



