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