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

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
	document.write(".e9{font-size:9px}")
	document.write(".e10{font-size:10px}")
	document.write(".e12{font-size:12px}")
	document.write(".e16{font-size:16px}")
	document.write(".e18{font-size:18px}")
	document.write(".j9{font-size:9px}")
	document.write(".j10{font-size:10px}")
	document.write(".j12{font-size:12px}")
	document.write(".j12m{font-size:12px; line-height:18px}")
	document.write(".j14{font-size:14px}")
	document.write(".j16{font-size:16px}")
	document.write(".j18{font-size:18px}")
	document.write("a { color:#339999; text-decoration: none}")
	document.write("a:hover { color:#339999; text-decoration: underline}")
}
else{
	if(ie){
		//FOR WINDOWS IE
		document.write(".e9{font-size:9px; line-height:11px}")
		document.write(".e10{font-size:10px; line-height:12px}")
		document.write(".e12{font-size:12px; line-height:15px}")
		document.write(".e16{font-size:16px; line-height:19px}")
		document.write(".e18{font-size:18px; line-height:22px}")
		document.write(".j9{font-size:10px; line-height:12px}")
		document.write(".j10{font-size:11px; line-height:13px}")
		document.write(".j12{font-size:12px; line-height:16px}")
		document.write(".j12m{font-size:12px; line-height:18px}")
		document.write(".j14{font-size:14px; line-height:17px; letter-spacing:1.5px}")
		document.write(".j16{font-size:16px; line-height:19px}")
		document.write(".j18{font-size:16px; line-height:22px}")
		document.write("a { color:#339999; text-decoration: none}")
		document.write("a:hover { color:#339999; text-decoration: underline}")
	}
	else{
		if(ver<5){
			//FOR WINDOWS NETSCAPE 4.x
			document.write(".e9{font-size:11px}")
			document.write(".e10{font-size:11px; line-height:11px}")
			document.write(".e12{font-size:14px}")
			document.write(".e16{font-size:18px}")
			document.write(".e18{font-size:19px}")
			document.write(".j9{font-size:10px; line-height:11px}")
			document.write(".j10{font-size:11px; line-height:12px}")
			document.write(".j12{font-size:14px; line-height:15px}")
			document.write(".j12m{font-size:14px; line-height:15px}")
			document.write(".j14{font-size:15px; line-height:18px; letter-spacing:1.5px}")
			document.write(".j16{font-size:16px; line-height:19px}")
			document.write(".j18{font-size:18px; line-height:20px}")
			document.write("a { color:#339999; text-decoration: none}")
			document.write("a:hover { color:#339999; text-decoration: underline}")
		} 
		else {
			//FOR WINDOWS NETSCAPE 6.x
			document.write(".e9{font-size:11px}")
			document.write(".e10{font-size:11px; line-height:11px}")
			document.write(".e12{font-size:14px}")
			document.write(".e16{font-size:18px}")
			document.write(".e18{font-size:19px}")
			document.write(".j9{font-size:10px; line-height:11px}")
			document.write(".j10{font-size:11px; line-height:12px}")
			document.write(".j12{font-size:12px; line-height:15px}")
			document.write(".j12m{font-size:12px; line-height:18px}")
			document.write(".j14{font-size:14px; line-height:17px;}")
			document.write(".j16{font-size:16px; line-height:19px}")
			document.write(".j18{font-size:18px; line-height:22px}")
			document.write("a { color:#339999; text-decoration: none}")
			document.write("a:hover { color:#339999; text-decoration: underline}")
		}
	}
}
document.write("--></STYLE>");
