mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
		document.write("body,td,form{font-size: 80%; line-height: 1.1}")
		document.write(".t2{font-size: 10px}")
		document.write(".t3{font-size: 12px; font-weight: bold; line-height: 1.3}")
		document.write(".t32{font-size: 12px; font-weight: bold; line-height: 1.3}")
		document.write(".title{font-size: 14px; font-weight: bold;color:#3E5146}")
		document.write("a:link    {color:#003399}")
		document.write("a:visited  {color:#003399}")
		document.write("a:hover{ color:#cc0000}")
}
else{
	if(ie){
		//FOR WINDOWS IE
		document.write("body,td,form{font-size: 80%; line-height: 1.2}")
		document.write(".t2{font-size:75%}")
		document.write(".t3{font-size: 90%; font-weight: bold; line-height: 1.4}")
		document.write(".t32{font-size: 80%; font-weight: bold; line-height: 1.2}")
		document.write(".title{font-size: 120%; font-weight: bold;color:#3E5146}")
		document.write("a:link    {color:#003399}")
		document.write("a:visited  {color:#003399}")
		document.write("a:hover{ color:#cc0000}")
	}
	else{
		//FOR WINDOWS NETSCAPE
		document.write("body,td,form{font-size: 80%; line-height: 1.2}")
		document.write(".t2{font-size: 75%}")
		document.write(".t3{font-size: 90%; font-weight: bold; line-height: 1.4}")
		document.write(".t32{font-size: 80%; font-weight: bold; line-height: 1.2}")
		document.write(".title{font-size: 120%; font-weight: bold;color:#3E5146}")
		document.write("a:link    {color:#003399}")
		document.write("a:visited  {color:#003399}")
		document.write("a:hover{ color:#cc0000}")
	}
}

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

