<!--
document.write( "<STYLE type=text/css>" );
document.write( "<!--" );
document.write( "A { text-decoration:none; } " );
document.write( "A:hover { color:red; }" );
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 }" );
		document.write( ".big { font-size: 16px }" );
	}else{
		document.write( "body,td { font-size: 12px ; line-height: 110%}" );
		document.write( ".small { font-size: 9px ; line-height: 130% }" );
		document.write( ".big { font-size: 16px ; line-height: 110% }" );
	}
}else{
	if ( navigator.appName.charAt(0)=="N" ) {
		document.write( "body,td { font-size: 12px }" );
		document.write( ".small { font-size: 11px }" );
		document.write( ".big { font-size: 16px }" );
	}else{
		document.write( "body,td { font-size: 12px ; line-height: 120%}" );
		document.write( ".small { font-size: 11px ; line-height: 110% }" );
		document.write( ".big { font-size: 16px ; line-height: 110% }" );
	}
}
document.write(".margin {  padding-top: 4px; padding-right: 4px; padding-left: 4px}");
document.write( "-->" );
document.write( "</STYLE>" );
//-->
