<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	document.write(".f10px{font-family: 'Osaka'; font-size: 10px}")
	document.write("td{font-family: 'Osaka';font-size:12px; line-height:16px}")
}
else{
	if(ie){
	document.write(".f10px{font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-size: 10px}")
	document.write("td{font-family: '‚l‚r ‚oƒSƒVƒbƒN';font-size:12px; line-height:17px}")
}
else{
	document.write(".f10px{font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-size: 11px}");
	document.write("td{font-family: '‚l‚r ‚oƒSƒVƒbƒN';font-size:12px; line-height:17px}")
	}
}
document.write("--></STYLE>");	
//-->

