<!--
document.write( "<STYLE type=text/css>" );
document.write( "<!--" );
document.write( "body,td { font-family: '‚l‚r ‚oƒSƒVƒbƒN','Osaka' }" );
if( navigator.userAgent.indexOf("Mac") >= 0 ){
	if ( navigator.appName.charAt(0)=="N" ) {
		document.write( "body,td { font-size: 12px }" );
		document.write( ".small { font-size: 9px }" );
	}else{
		document.write( "body,td { font-size: 12px ; line-height: 110%}" );
		document.write( ".small { font-size: 9px ; line-height: 130% }" );
	}
}else{
	document.write( "body,td { font-size: 12px ; line-height: 120%}" );
	document.write( ".small { font-size: 11px ; line-height: 110% }" );
	document.write( ".imgs { line-height: 200% }" );
}
document.write( "-->" );
document.write( "</STYLE>" );
//-->