<!--
document.write("<STYLE TYPE='text/css'>");
document.write("<!--");
if(navigator.appVersion.indexOf("Mac")!=-1){
	//Apple Macintosh
	document.write(".f1x{font-size:10px; line-height:120%}");
	document.write(".f1{font-size:10px; line-height:140%}");
	document.write(".f2{font-size:12px; line-height:120%}");
	document.write(".f2g{font-size:12px; line-height:150%}");
	document.write(".f3{font-size:14px; line-height:150%}");
	document.write(".form1 {height:16px;font-size: 12px}");
	document.write(".form2 {font-size: 12px}");
}
else{
	if(navigator.appName.charAt(0) == "M"){
	//Microsoft Windows IE
	document.write(".f1x{font-size:11px; line-height:120%}");
	document.write(".f1{font-size:11px; line-height:140%}");
	document.write(".f2{font-size:12px; line-height:120%}");
	document.write(".f2g{font-size:12px; line-height:150%}");
	document.write(".f3{font-size:14px; line-height:150%}");
	document.write(".form1 {height:16px;font-size: 10px}");
	document.write(".form2 {font-size: 12px}");
	}
	else{
	//Microsoft Windows NN
	document.write(".f1x{font-size:11px; line-height:120%}");
	document.write(".f1{font-size:11px; line-height:150%}");
	document.write(".f2{font-size:13px; line-height:140%}");
	document.write(".f2g{font-size:13px; line-height:150%}");
	document.write(".f3{font-size:14px; line-height:150%}");
		document.write(".form1 {height:16px;font-size: 12px}");
		document.write(".form2 {font-size: 12px}");
	}
}

document.write("-->");
document.write("</STYLE>");


//-->
