var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1)
{
 if( bName == "M")
  {
    // MAC IE
		document.write("TD { font-size: 80%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 150% }");
		document.write(".lines { line-height: 135% }");
		document.write(".small { font-size: 70% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 11px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
} 
 else
 {
    if( vNum < 5 )
    {
        // MAC NETSCAPE 4.x
		document.write("TD { font-size: 80%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 150% }");
		document.write(".lines { line-height: 135% }");
		document.write(".small { font-size: 80% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 10px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
 } 
    else
    {
        // MAC NETSCAPE 6.x
		document.write("TD { font-size: 90%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 160% }");
		document.write(".lines { line-height: 130% }");
		document.write(".small { font-size: 70% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 10px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
 } 
 }
}
else
{
 if( bName == "M")
  {
    // WIN IE
		document.write("TD { font-size: 80%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 150% }");
		document.write(".lines { line-height: 130% }");
		document.write(".small { font-size: 70% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 11px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
 } 
 else
 {
    if( vNum < 5 )
    {
        // WIN NETSCAPE 4.x
		document.write("TD { font-size: 80%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 180% }");
		document.write(".linem { line-height: 150% }");
		document.write(".lines { line-height: 125% }");
		document.write(".small { font-size: 90% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 11px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
 } 
    else
    {
        // WIN NETSCAPE 6.x
		document.write("TD { font-size: 80%; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 145% }");
		document.write(".lines { line-height: 125% }");
		document.write(".small { font-size: 70% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f11px { font-size: 11px }");
		document.write(".pn { font-size: 11px ; line-height: 15px }");
 } 
 }
}
document.writeln("--></STYLE>");
