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:14px; line-height:20px}")
		document.write(".t1{font-Size:12px; line-height:14px}")
		document.write(".t2{font-Size:13px; line-height:15px}")
		document.write(".t3{font-Size:18px;font-weight:bold;}")
		document.write("strong{font-size:14px; font-weight:normal;color:#333333}")
		document.write("h1{font-size:18px; font-weight:bold;color:#333333}")
		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:14px; line-height:20px}")
	document.write(".t1{font-Size:12px; line-height:16px}")
	document.write(".t2{font-Size:14px; line-height:18px}")
	document.write("strong{font-size:14px; font-weight:normal;color:#333333}")
	document.write("h1{font-size: 14px; font-weight:bold;color:#333333}")
	document.write(".t3{font-Size:17px; font-weight:bold;line-height:20px}")
		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:14px; line-height:20px}")
	document.write(".t1{font-Size:12px; line-height:16px}")
	document.write(".t2{font-Size:14px; line-height:18px}")
	document.write("strong{font-size:14px; font-weight:normal;color:#333333}")
	document.write("h1{font-size:16px; font-weight:bold;color:#333333}")
	document.write(".t3{font-Size:17px; font-weight:bold;}")
		document.write("a:link    {color:#003399}")
		document.write("a:visited  {color:#003399}")
		document.write("a:active  {color:#cc0000}")
	}
}

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

