

<!--
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	//Apple Macintosh
	document.write(".f0{font-Size:9px; line-height:12px}")
	document.write(".f1{font-Size:10px; line-height:16px}")
	document.write(".f2{font-Size:10px; line-height:14px}")
	document.write(".f3{font-Size:12px; line-height:18px}")
	document.write(".f4{font-Size:14px; line-height:20px}")
	document.write(".f5{font-Size:18px; line-height:20px}")
}

else{
	if(navigator.appName.charAt(0) == "M"){
	//Microsoft Windows IE
	document.write(".f0{font-Size:10px; line-height:13px}")	
	document.write(".f1{font-Size:11px; line-height:17px}")
	document.write(".f2{font-Size:11px; line-height:15px}")
	document.write(".f3{font-Size:13px; line-height:19px}")
	document.write(".f4{font-Size:16px; line-height:22px}")
	document.write(".f5{font-Size:18px; line-height:22px}")
	}
	else{
	//Microsoft Windows NN
	document.write(".f0{font-Size:10px; line-height:13px}")	
	document.write(".f1{font-Size:11px; line-height:17px}")
	document.write(".f2{font-Size:11px; line-height:15px}")
	document.write(".f3{font-Size:13px; line-height:19px}")
	document.write(".f4{font-Size:16px; line-height:22px}")
	document.write(".f5{font-Size:18px; line-height:22px}")
	}
}
document.write("--></STYLE>");
//-->
