document.writeln ('<script type="text/javascript" language="JavaScript" src="/navi/lib/js/library.js"></script>');

//var agt=navigator.userAgent.toLowerCase();

var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.userAgent.indexOf("Mac") > -1)
{
  if( bName == "M")
   {
    // MAC IE
    document.writeln(".fix9{font-size:8px}");
    document.writeln(".fix10{font-size:9px}");
    document.writeln(".fix12{font-size:10px}");
    document.writeln(".fix13{font-size:11px}");
    document.writeln(".fix14{font-size:13px}");
    document.writeln(".fix16{font-size:15px}");
    document.writeln(".txt0h{font-size: xx-small; line-height:1.2em}")
    document.writeln(".txt1h{font-size: xx-small; line-height:1.3em}")
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em}");
    document.writeln(".txt3h{font-size: small; line-height:1.4em}");
    document.writeln(".txt0{font-size: xx-small}")
    document.writeln(".txt1{font-size: x-small}")
    document.writeln(".txt2{font-size: 90%}");
    document.writeln(".txt3{font-size: small}");
    document.writeln(".txt4{font-size: medium}");
    document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
    document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
    document.writeln(".menu{font-size: x-small}");
    document.writeln("body{margin:0;}");
    document.writeln("table{margin:0;}");
  }
  else
  {
    if( vNum < 5 )
    {
      // MAC NETSCAPE 4.x
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{font-size: small; line-height:1.3em}");
      document.writeln(".txt1h{font-size: small; line-height:1.5em}");
      document.writeln(".txt2h{line-height:1.4em}");
      document.writeln(".txt3h{font-size: large; line-height:1.5em}");
      document.writeln(".txt0{font-size: small}");
      document.writeln(".txt1{font-size: medium}");
      document.writeln(".txt2{line-height:1.0em}");
      document.writeln(".txt3{font-size: large}");
      document.writeln(".txt4{font-size: large}");
      document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
      document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
      document.writeln(".menu{font-size: medium}");
     }
     else
     {
      // MAC NETSCAPE 6.x~
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{font-size: x-small; line-height:1.4em}");
      document.writeln(".txt1h{font-size: small; line-height:1.5em}");
      document.writeln(".txt2h{line-height:1.3em}");
      document.writeln(".txt3h{font-size: large; line-height:1.6em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{line-height:1.0em}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: large}");
      document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
      document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
      document.writeln(".menu{font-size: small}");
     }
   }

}
else
{
  if( bName == "M")
  {
    // WIN IE
    document.writeln(".fix9{font-size:10px}");
    document.writeln(".fix10{font-size:11px}");
    document.writeln(".fix12{font-size:12px}");
    document.writeln(".fix13{font-size:13px}");
    document.writeln(".fix14{font-size:14px}");
    document.writeln(".fix16{font-size:16px}");
    document.writeln(".txt0h{font-size: xx-small; line-height:1.4em}");
    document.writeln(".txt1h{font-size: x-small; line-height:1.2em}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em}");
    document.writeln(".txt3h{font-size: small; line-height:1.45em}");
    document.writeln(".txt0{font-size: xx-small}");
    document.writeln(".txt1{font-size: x-small}");
    document.writeln(".txt2{font-size: 90%}");
    document.writeln(".txt3{font-size: small}");
    document.writeln(".txt4{font-size: 142%}");
document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
    document.writeln(".menu{font-size: x-small}");
  }
  else
  {
    if( vNum < 5 )
    {
      // WIN NETSCAPE 4.x
      document.writeln(".fix9{font-size:10px}");
      document.writeln(".fix10{font-size:11px}");
      document.writeln(".fix12{font-size:12px}");
      document.writeln(".fix13{font-size:13px}");
      document.writeln(".fix14{font-size:15px}");
      document.writeln(".fix16{font-size:17px}");
      document.writeln(".txt0h{font-size: x-small; line-height:1.2em}");
      document.writeln(".txt1h{font-size: small; line-height:1.4em}");
      document.writeln(".txt2h{font-size: 115%; line-height: 1.65em}");
      document.writeln(".txt3h{font-size: medium; line-height:1.7em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{font-size: 115%}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: 184%}");
      document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
      document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
      document.writeln(".menu{font-size: small}");
    }
    else
    {
      // WIN NETSCAPE 6.x~
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{ font-size: x-small; line-height:1.4em}");
      document.writeln(".txt1h{ font-size: small; line-height:1.3em}");
      document.writeln(".txt2h{font-size: 90%; line-height:1.45em}");
      document.writeln(".txt3h{font-size: medium; line-height: 1.5em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{font-size: 90%}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: 142%}");
      document.writeln("h2 { font-size:12px; line-height:16px; font-weight:bold; font-family:Verdana; }");
      document.writeln("h3 { font-size:11px; line-height:13px; font-weight:bold; font-family:Verdana; }");
      document.writeln(".menu{font-size: small}");
    }
  }
}


 document.writeln(".globalMenuText a { color:#99ccff; text-decoration:none }");
	document.writeln(".globalInfoText { color:#ffffaa; font-size:10px; line-height:16px; }");
 document.writeln("--></STYLE>");
 
