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


document.write("-->");
document.write("</STYLE>");


//-->