document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC
	document.write(".j9{font-size:9px; line-height:14px}")
	document.write(".j10h12{font-Size:10px; line-height:12px}")
	document.write(".j10h16{font-Size:10px; line-height:16px}")
} else {
	if(navigator.appName.charAt(0) == "M"){
		// WIN IE
		document.write(".j9{font-size:10px; line-height:13px}")
	} else if(navigator.appName.charAt(0) == "N"){
		// WIN NN
		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(".j12h16{font-Size:12px; line-height:16px}")
document.write(".j12h19{font-Size:12px; line-height:19px}")
document.write(".j14h20{font-Size:14px; line-height:20px}")
document.write(".j14h24{font-Size:14px; line-height:24px}")
document.write(".j18h24{font-Size:18px; line-height:24px}")
document.write(".j18h28{font-Size:18px; line-height:28px}")

document.write(".b{font-weight:bold}")
document.write(".u{text-decoration:underline}")

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