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: 160% }");
		document.write(".lines { line-height: 130% }");
		document.write(".small { font-size: 85%; color: #333333; }");
		document.write(".small2 { font-size: 85%; color: #333333; }");
		document.write(".regular { font-size: 100%; color: #333333; }");
		document.write(".news { font-size: 12px; color: #333333;	line-height: 150% }");
		document.write(".newssmall { font-size: 10px; color: #333333;	line-height: 140% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".newssmall { font-size: 85%; color: #333333;}");
		document.write(".copy { font-size: 85%; color: #333333; }");
 } 
 else
 {
    if( vNum < 5 )
    {
        // MAC NETSCAPE 4.x
		document.write(".linel { line-height: 150% }");
		document.write(".linem { line-height: 130% }");
		document.write(".lines { line-height: 110% }");
		document.write(".small { font-size: 70%; color: #333333; }");
		document.write(".small2 { font-size: 70%; color: #333333; }");
		document.write(".regular { font-size: 85%; color: #333333; }");
		document.write(".news { font-size: 12px; color: #333333;	line-height: 130% }");
		document.write(".newssmall { font-size: 10px; color: #333333;	line-height: 130% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".newssmall { font-size: 85%; color: #333333;}");
		document.write(".copy { font-size: 70%; color: #333333; }");
 } 
    else
    {
        // MAC NETSCAPE 6.x
		document.write(".linel { line-height: 170% }");
		document.write(".linem { line-height: 160% }");
		document.write(".lines { line-height: 135% }");
		document.write(".small { font-size: 85%; color: #333333; }");
		document.write(".small2 { font-size: 85%; color: #333333; }");
		document.write(".regular { font-size: 100%; color: #333333; }");
		document.write(".news { font-size: 12px; color: #333333;	line-height: 155% }");
		document.write(".newssmall { font-size: 10px; color: #333333;	line-height: 140% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".newssmall { font-size: 85%; color: #333333;}");
		document.write(".copy { font-size: 85%; color: #333333; }");
 } 
 }
}
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: 70%; color: #333333; }");
		document.write(".small2 { font-size: 85%; color: #333333; }");
		document.write(".regular { font-size: 84%; color: #333333; }");
		document.write(".news { font-size: 10pt; color: #333333;	line-height: 140% }");
		document.write(".newssmall { font-size: 8pt; color: #333333;	line-height: 140% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".copy { font-size: 70%; color: #333333;}");
 } 
 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: 140% }");
		document.write(".small { font-size: 90%; color: #333333; }");
		document.write(".small2 { font-size: 90%; color: #333333; }");
		document.write(".regular { font-size: 100%; color: #333333; }");
		document.write(".news { font-size: 10pt; color: #333333;	line-height: 150%  }");
		document.write(".newssmall { font-size: 8pt; color: #333333;	line-height: 140% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".copy { font-size: 70%; color: #333333;}");
 } 
    else
    {
        // WIN NETSCAPE 6.x
		document.write(".linel { line-height: 150% }");
		document.write(".linem { line-height: 145% }");
		document.write(".lines { line-height: 125% }");
		document.write(".small { font-size: 70%; color: #333333;}");
		document.write(".small2 { font-size: 85%; color: #333333; }");
		document.write(".regular { font-size: 84%; color: #333333; }");
		document.write(".news { font-size: 10pt; color: #333333;	line-height: 140% }");
		document.write(".newssmall { font-size: 8pt; color: #333333;	line-height: 140% }");
		document.write(".textbox { font-size: 100%; color: #333333; }");
		document.write(".copy { font-size: 70%; color: #333333;}");
 } 
 }
}
document.writeln("--></STYLE>");

