// JavaScript Document
<!--
document.write("<STYLE TYPE='text/css'><!--")
	if(navigator.appVersion.indexOf("Mac") > 1){
		//Mac
		document.write(".v10{font-Size:10px}")
		document.write(".v12{font-Size:10px}")
				document.write(".v14{font-Size:12px}")
								document.write(".v16{font-Size:14px}")
	}
	else{
		if(navigator.appName.charAt(0) == "M"){
		//Win IE
		document.write(".v10{font-Size:11px; line-height:13px}")
		document.write(".v12{font-Size:12px; line-height:16px}")
				document.write(".v14{font-Size:14px; line-height:18px}")
								document.write(".v16{font-Size:16px; line-height:20px}")
		}
		else{
		//Win NN
		document.write(".v10{font-Size:11px; line-height:13px}")
		document.write(".v12{font-Size:12px; line-height:16px}")
						document.write(".v14{font-Size:14px; line-height:18px}")
										document.write(".v16{font-Size:16px; line-height:20px}")
	}
}	


	document.write("--></STYLE>");
// -->