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.writeln(".j10{font-size:10px}");
   document.writeln(".j12{font-size:12px}");
   document.writeln(".j14{font-size:14px}");
   document.writeln(".jtd10{font-size:10px}");
   document.writeln(".jtd12{font-size:12px}");
   document.writeln(".jtd14{font-size:14px}");
   document.writeln(".bl10{font-size:10px; color:#003399}");
   document.writeln(".bl12{font-size:12px; color:#003399}");
   document.writeln(".bl14{font-size:14px; color:#003399}");
   document.writeln(".bltd10{font-size:10px; color:#003399}");
   document.writeln(".bltd12{font-size:12px; color:#003399}");
   document.writeln(".bltd14{font-size:14px; color:#003399}");
   document.writeln(".small {font-size: 8px}");
   document.writeln(".small10 {font-size: 10px}");
   document.writeln(".title{font-size:12px; color: #FFFFFF}");
   document.writeln(".redj12{font-size:12px; color: #FF0000}");
  }
else
  {
     if ( vNum < 5 )
     {
       // MAC NETSCAPE 4.x
       document.writeln(".j10{font-size:10pt; line-height:140%}");
       document.writeln(".j12{font-size:12pt; line-height:140%}");
       document.writeln(".j14{font-size:14pt; line-height:140%}");
       document.writeln(".jtd10{font-size:10pt}");
       document.writeln(".jtd12{font-size:12pt}");
       document.writeln(".jtd14{font-size:14pt}");
       document.writeln(".bl10{font-size:10pt; line-height:140%; color:#003399}");
       document.writeln(".bl12{font-size:12pt; line-height:140%; color:#003399}");
       document.writeln(".bl14{font-size:14pt; line-height:140%; color:#003399}");
	   document.writeln(".bltd10{font-size:10pt; color:#003399}");
	   document.writeln(".bltd12{font-size:12pt; color:#003399}");
	   document.writeln(".bltd14{font-size:14pt; color:#003399}");
       document.writeln(".small {font-size: 8pt}");
       document.writeln(".small10 {font-size: 10pt; line-height: 140%}");
       document.writeln(".title{font-size:12pt; line-height:140%; color: #FFFFFF}");
       document.writeln(".redj12{font-size:12pt; line-height:140%; color: #FF0000}");
     }
     else
     {
       // MAC NETSCAPE 6.x
       document.writeln(".j10{font-size:7pt; line-height:140%}");
       document.writeln(".j12{font-size:9pt; line-height:140%}");
       document.writeln(".j14{font-size:11pt; line-height:140%}");
	   document.writeln(".jtd10{font-size:7pt}");
       document.writeln(".jtd12{font-size:9pt}");
       document.writeln(".jtd14{font-size:11pt}");
	   document.writeln(".bl10{font-size:7pt; line-height:140%; color:#003399}");
       document.writeln(".bl12{font-size:9pt; line-height:140%; color:#003399}");
       document.writeln(".bl14{font-size:11pt; line-height:140%; color:#003399}");
	   document.writeln(".bltd10{font-size:7pt; color:#003399}");
	   document.writeln(".bltd12{font-size:9pt; color:#003399}");
	   document.writeln(".bltd14{font-size:11pt; color:#003399}");
	   document.writeln(".title{font-size:9pt; line-height:140%; color: #FFFFFF}");
	   document.writeln(".redj12{font-size:9pt; line-height:140%; color: #FF0000}");
     }
   }
}
else
{
if ( bName == "M" )
  {
   // WIN IE
   document.writeln(".j10{font-size:60%; line-height:140%; letter-spacing:1px}");
   document.writeln(".j12{font-size:80%; line-height:140%}");
   document.writeln(".j14{font-size:90%; line-height:140%}");
   document.writeln(".jtd10{font-size:60%; letter-spacing:1px}");
   document.writeln(".jtd12{font-size:80%}");
   document.writeln(".jtd14{font-size:90%}");
   document.writeln(".bl10{font-size:60%; line-height:140%; letter-spacing:1px; color:#003399}");
   document.writeln(".bl12{font-size:80%; line-height:140%; color:#003399}");
   document.writeln(".bl14{font-size:90%; line-height:140%; color:#003399}");
   document.writeln(".bltd10{font-size:60%; letter-spacing:1px; color:#003399}");
   document.writeln(".bltd12{font-size:80%; color:#003399}");
   document.writeln(".bltd14{font-size:100%; color:#003399}");
   document.writeln(".small {font-size: 50%}");
   document.writeln(".small10 {font-size: 60%; line-height: 140%}");
   document.writeln(".title{font-size:80%; line-height:140%; color: #FFFFFF}");
   document.writeln(".redj12{font-size:80%; line-height:140%; color: #FF0000}");
  }
  else
  {
    if ( vNum < 5 )
      {
       // WIN NETSCAPE 4.x
       document.writeln(".j10{font-size:8pt; line-height:140%}");
       document.writeln(".j12{font-size:10pt; line-height:140%}");
       document.writeln(".j14{font-size:11pt; line-height:140%}");
	   document.writeln(".jtd10{font-size:8pt}");
       document.writeln(".jtd12{font-size:10pt}");
       document.writeln(".jtd14{font-size:11pt}");
	   document.writeln(".bl10{font-size:8pt; line-height:140%; color:#003399}");
       document.writeln(".bl12{font-size:10pt; line-height:140%; color:#003399}");
       document.writeln(".bl14{font-size:11pt; line-height:140%; color:#003399}");
	   document.writeln(".bltd10{font-size:8pt; color:#003399}");
	   document.writeln(".bltd12{font-size:10pt; color:#003399}");
	   document.writeln(".bltd14{font-size:11pt; color:#003399}");
       document.writeln(".small {font-size: 7pt}");
       document.writeln(".small10 {font-size: 8pt; line-height: 10px}");
       document.writeln(".title{font-size:10pt; line-height:140%; color: #FFFFFF}");
       document.writeln(".redj12{font-size:10pt; line-height:140%; color: #FF0000}");
      }
      else
      {
       // WIN NETSCAPE 6.x
       document.writeln(".j10{font-size:8pt; line-height:140%; letter-spacing:1px}");
       document.writeln(".j12{font-size:10pt; line-height:140%; letter-spacing:1px}");
       document.writeln(".j14{font-size:11pt; line-height:140%; letter-spacing:1px}");
	   document.writeln(".jtd10{font-size:8pt; letter-spacing:1px}");
       document.writeln(".jtd12{font-size:10pt}");
       document.writeln(".jtd14{font-size:11pt}");
	   document.writeln(".bl10{font-size:8pt; line-height:140%; letter-spacing:1px; color:#003399}");
       document.writeln(".bl12{font-size:10pt; line-height:140%; color:#003399}");
       document.writeln(".bl14{font-size:11pt; line-height:140%; color:#003399}");
	   document.writeln(".bltd10{font-size:8pt; letter-spacing:1px; color:#003399}");
	   document.writeln(".bltd12{font-size:10pt; color:#003399}");
	   document.writeln(".bltd14{font-size:11pt; color:#003399}");
       document.writeln(".small {font-size: 7pt}");
       document.writeln(".small10 {font-size: 8pt; line-height: 140%; letter-spacing:1px}");
       document.writeln(".title{font-size:10pt; line-height:140%; letter-spacing:1px; color: #FFFFFF}");
       document.writeln(".redj12{font-size:10pt; line-height:140%; letter-spacing:1px; color: #FF0000}");
      }
   }
}
document.writeln ("--></style>");
