document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC
	document.write(".j9{font-size:9px; line-height:14px}")
	document.write(".j10h16{font-Size:10px; line-height:16px}")
	document.write(".j10h12{font-Size:10px; line-height:12px}")
	document.write(".j12h15{font-Size:12px; line-height:15px}")
	document.write(".j12h19{font-Size:12px; line-height:19px}")
	document.write(".j14{font-Size:14px; line-height:20px}")
	document.write(".j18{font-Size:18px; line-height:28px}")
} else {
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write(".j9{font-size:10px; line-height:13px}")
	document.write(".j10h16{font-Size:11px; line-height:16px}")
	document.write(".j10h12{font-Size:11px; line-height:13px}")
	document.write(".j12h15{font-Size:12px; line-height:15px}")
	document.write(".j12h19{font-Size:12px; line-height:19px}")
	document.write(".j14{font-Size:14px; line-height:20px}")
	document.write(".j18{font-Size:18px; line-height:28px}")
	} else if(navigator.appName.charAt(0) == "N"){
		if(navigator.appVersion.charAt(0) == "4"){
			// WIN NN 4
			document.write(".j9{font-size:11px; line-height:13px}")
			document.write(".j10h16{font-Size:11px; line-height:16px}")
			document.write(".j10h12{font-Size:11px; line-height:13px}")
			document.write(".j12h15{font-Size:12px; line-height:15px}")
			document.write(".j12h19{font-Size:12px; line-height:19px}")
			document.write(".j14{font-Size:14px; line-height:20px}")
			document.write(".j18{font-Size:18px; line-height:28px}")
		} else {
			// WIN NN 6 or Later
			document.write(".j9{font-size:11px; line-height:13px}")
			document.write(".j10h16{font-Size:11px; line-height:16px}")
			document.write(".j10h12{font-Size:11px; line-height:13px}")
			document.write(".j12h15{font-Size:12px; line-height:15px}")
			document.write(".j12h19{font-Size:12px; line-height:19px}")
			document.write(".j14{font-Size:14px; line-height:20px}")
			document.write(".j18{font-Size:18px; line-height:28px}")
		}
	}
}

document.write("a:link{text-decoration:none}");
document.write("a:visited{text-decoration:none}");
document.write("a:active{text-decoration:none}");

document.write("--></STYLE>");	

