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


// -->
