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(".m{ font-Size:10px; color:#003300; line-height:18px }")
		document.write("td{ font-Size:12px; color:#003300; line-height:20px }");
		document.write("a:link{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:visited{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:active{ color:#FF9900; text-decoration: none; text-underline: none }")
		document.write("a:hover{ color:#FF9900; text-decoration: none; text-underline: none }")
}
else{
	if(ie){
		document.write(".m{ font-Size:11px; color:#003300; line-height:19px }")
		document.write("td{ font-Size:12px; color:#003300; line-height:21px }");
		document.write("a:link{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:visited{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:active{ color:#FF9900; text-decoration: none; text-underline: none }")
		document.write("a:hover{ color:#FF9900; text-decoration: none; text-underline: none }")
	}
	else{
		document.write(".m{ font-Size:11px; color:#003300; line-height:19px }");
		document.write("td{ font-Size:12px; color:#003300; line-height:21px }")
		document.write("a:link{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:visited{ color:#7CBE7C; text-decoration: none; text-underline: none }")
		document.write("a:active{ color:#FF9900; text-decoration: none; text-underline: none }")
		document.write("a:hover{ color:#FF9900; text-decoration: none; text-underline: none }")
	}
}
document.write("--></STYLE>");



