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(".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(".f14px { font-size: 14px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 65%; font-family: Arial,sans-serif;}");
 } 
 else
 {
    if( vNum < 5 )
    {
        // MAC NETSCAPE 4.x
		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(".f14px { font-size: 14px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 75%; font-family: Arial,sans-serif;}");
 } 
    else
    {
        // MAC NETSCAPE 6.x
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 160% }");
		document.write(".lines { line-height: 130% }");
		document.write(".small { font-size: 85% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f14px { font-size: 14px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 75%; font-family: Arial,sans-serif;}");
 } 
 }
}
else
{
 if( bName == "M")
  {
    // WIN IE
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 150% }");
		document.write(".lines { line-height: 130% }");
		document.write(".small { font-size: 85% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f14px { font-size: 14px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 75%; font-family: Arial,sans-serif;}");
 } 
 else
 {
    if( vNum < 5 )
    {
        // WIN NETSCAPE 4.x
		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(".f14px { font-size: 15px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 90%; font-family: Arial,sans-serif;}");
 } 
    else
    {
        // WIN NETSCAPE 6.x
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 145% }");
		document.write(".lines { line-height: 125% }");
		document.write(".small { font-size: 80% }");
		document.write(".f12px { font-size: 12px }");
		document.write(".f14px { font-size: 14px }");
		document.write("TD { font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".mgn { margin: 10px 10px 10px 15px; line-height: 150% }");
		document.write(".copy { font-size: 80%; font-family: Arial,sans-serif;}");
 } 
 }
}
		//--Hover-------------------
		document.write("A { text-decoration:none; color:#0000CC}");
		document.write("A:Hover{color : #C71644; text-decoration: underline}");
		document.write(".blue  { color: #0C48A3}");
		document.write(".black { color: #333333}");
		document.write(".gray  { color: #666666}");
		document.write(".green { color: #0E680E}");
		document.write(".red   { color: #C71644}");
		document.write(".white { color: #FFFFFF}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".margin5 {margin-right: 5px; margin-left:5px}");
		document.write(".margin10 {margin-right: 10px; margin-left:10px}");

document.writeln("--></STYLE>");
