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(".e10{font-size:10px; color:#FFFFFF}")
	document.write(".e11{font-size:11px; color:#FFFFFF}")
	document.write(".e12{font-size:12px; color:#FFFFFF}")
	document.write(".j10{font-size:10px; color:#000000}")
	document.write(".j8{font-size:8px; color:#000000}")
	document.write(".j11{font-size:11px; color:#000000}")
	document.write(".j11br{font-size:10px; line-height:11px; color:#7F2900}")
	document.write(".j12br{font-size:11px; line-height:11px; color:#7F2900}")
	document.write(".j12re{font-size:11px; line-height:11px; color:#FF3300}")
	document.write(".j12{font-size:12px; line-height:20px}")
	document.write(".j12b{font-size:11px; line-height:12px}")
	document.write(".j12br{font-size:11px; line-height:12px; color:#7F2900}")
	document.write(".j13{font-size:13px; line-height:16px}")
	document.write(".j14{font-size:14px; line-height:16px; letter-spacing:1.5px}")
	document.write("a { color:#000000; text-decoration: none}")
	document.write("a:hover { color:#FFFFFF; text-decoration: underline}")
}
else{
	if(ie){
		//FOR WINDOWS IE
		document.write(".e8{font-size:8px; line-height:10px; color:#FFFFFF}")
		document.write(".e10{font-size:10px; line-height:12px; color:#FFFFFF}")
		document.write(".e11{font-size:11px; line-height:13px; color:#FFFFFF}")
		document.write(".e12{font-size:12px; line-height:15px; color:#FFFFFF}")
		document.write(".j10{font-size:11px; line-height:13px; color:#000000}")
		document.write(".j11{font-size:12px; line-height:14px; color:#000000}")
		document.write(".j11br{font-size:11px; line-height:13px; color:#7F2900}")
		document.write(".j12br{font-size:12px; line-height:13px; color:#7F2900}")
		document.write(".j12re{font-size:12px; line-height:13px; color:#FF3300}")
		document.write(".j12{font-size:12px; line-height:20px}")
		document.write(".j12br{font-size:12px; line-height:15px; color:#7F2900}")
		document.write(".j12b{font-size:12px; line-height:15px}")
		document.write(".j13{font-size:13px; line-height:16px}")
		document.write(".j14{font-size:14px; line-height:17px; letter-spacing:1.5px}")
		document.write("a { color:#000000; text-decoration: none}")
		document.write("a:hover { color:#FFFFFF; text-decoration: underline}")
	}
	else{
		if(ver<5){
			//FOR WINDOWS NETSCAPE 4.x
			document.write(".e8{font-size:9px; line-height:9px; color:#FFFFFF}")
			document.write(".e10{font-size:11px; line-height:11px; color:#FFFFFF}")
			document.write(".e11{font-size:11px; line-height:11px; color:#FFFFFF}")
			document.write(".e12{font-size:14px; color:#FFFFFF}")
			document.write(".j10{font-size:11px; line-height:12px; color:#000000}")
			document.write(".j11{font-size:12px; line-height:13px; color:#000000}")
			document.write(".j12br{font-size:12px; line-height:13px; color:#7F2900}")
			document.write(".j12re{font-size:12px; line-height:13px; color:#FF3300}")
			document.write(".j12{font-size:14px; line-height:20px; color:#FFFFFF}")
			document.write(".j12a{font-size:14px; line-height:25px; color:#FFFFFF}")
			document.write(".j13{font-size:13px; line-height:16px}")
			document.write(".j12b{font-size:14px; line-height:14px}")
			document.write(".j12br{font-size:14px; line-height:14px; color:#7F2900}")
			document.write(".j14{font-size:15px; line-height:18px; letter-spacing:1.5px}")
			document.write("a { color:#000000; text-decoration: none}")
			document.write("a:hover { color:#FFFFFF; text-decoration: underline}")
		} 
		else {
			//FOR WINDOWS NETSCAPE 6.x
			document.write(".e8{font-size:9px; line-height:9px; color:#FFFFFF}")
			document.write(".e10{font-size:11px; line-height:11px; color:#FFFFFF}")
			document.write(".e11{font-size:11px; line-height:11px; color:#FFFFFF}")
			document.write(".e12{font-size:14px; color:#FFFFFF}")
			document.write(".j12b{font-size:12px; line-height:14px}")
			document.write(".j12br{font-size:12px; line-height:14px; color:#7F2900}")
			document.write(".j12br{font-size:12px; line-height:13px; color:#7F2900}")
			document.write(".j12re{font-size:12px; line-height:13px; color:#FF3300}")
			document.write(".j10{font-size:11px; line-height:12px; color:#000000}")
			document.write(".j11{font-size:12px; line-height:13px; color:#000000}")
			document.write(".j12{font-size:12px; line-height:20px}")
			document.write(".j12a{font-size:12px; line-height:25px}")
			document.write(".j13{font-size:13px; line-height:16px}")
			document.write(".j14{font-size:14px; line-height:17px}")
			document.write("a { color:#000000; text-decoration: none}")
			document.write("a:hover { color:#FFFFFF; text-decoration: underline}")
		}
	}
}
document.write("//--></STYLE>");
