document.write("<STYLE TYPE='text/css'><!--")
	if(navigator.appVersion.indexOf("Mac") > 1){
		//Mac
		document.write(".j8{font-Size:10px; line-height:15px}")
		document.write(".j9{font-Size:9px; line-height:12px}")
		document.write(".j10{font-Size:10px; line-height:13px}")
		document.write(".j12{font-Size:12px; line-height:17px}")
		document.write(".j13{font-Size:10px; line-height:24px}")
		document.write(".j14{font-Size:12px; line-height:17px}")
	}
	else{
		if(navigator.appName.charAt(0) == "M"){
		//Win IE
		document.write(".j8{font-Size:10px; line-height:15px}")
		document.write(".j9{font-Size:8pt; line-height:10pt}")
		document.write(".j10{font-Size:9pt; line-height:11pt}")
		document.write(".j12{font-Size:10pt; line-height:14pt}")
		document.write(".j13{font-Size:9pt; line-height:14pt}")
		document.write(".j14{font-Size:10pt; line-height:14pt}")
		}
		else{
		//Win NN
		document.write(".j8{font-Size:10px; line-height:15px}")
		document.write(".j9{font-Size:11px; line-height:13px}")
		document.write(".j10{font-Size:12px; line-height:14px}")
		document.write(".j12{font-Size:14px; line-height:17px}")
		document.write(".j13{font-Size:12px; line-height:17px}")
		document.write(".j14{font-Size:14px; line-height:17px}")
		
		}
	}
	document.write("--></STYLE>");
