
  if(document.layers){
        document.write('<style type="text/css">');
        document.write('.fCSmall {font-size : 11px;font-family : Arial, Helvetica;color : #505050;text-decoration : none;}');
        document.write('.fCLinkPHP {font-family : Arial, Helvetica;color : #666666;font-weight : bolder;text-decoration : underline;}');
        document.write('.fFtr {font-size : 11px;font-family : Arial, Helvetica;color : #333333;text-decoration : none;}');
        document.write('.fTLink {font-size : 11px;font-family : Arial, Helvetica;color: #ffffff; text-decoration : none;}');
        document.write('.Nav0 {font-family:verdana,geneva,arial,helvetica,sans-serif;color:#ffffff;font-size:11px;font-weight:bold;text-decoration:none;}');
        document.write('.Nav1 {font-family:arial,helvetica,sans-serif;color:#000000;font-size:11px;text-decoration:none;}');
        document.write('.Nav2 {font-family:arial,helvetica,sans-serif;color:#000000;font-size:11px;text-decoration:none;}');
        document.write('.Toolbox1Head {font-size : 11px;font-family : Verdana, Arial, Helvetica;color : #ffffff;font-weight : bold;background-color : #00308F;}');
        document.write('.Toolbox2Head {font-size : 11px;font-family : Verdana, Arial, Helvetica;color : #000000;font-weight : bold;background-color : #cccccc;text-decoration:none;}');
        document.write('.ToolboxText {font-size : 11px;font-family : Arial, Helvetica;color : #000000;text-decoration : none;}'); 
        document.write('input.promoforminput {color:333333; font-size:10px; font-family : Arial, Helvetica}');
        document.write(' </style>');
 }
    else{
        document.write('<style type="text/css">');
        document.write('.fCSmall {font-size : 10px;font-family : Arial, Helvetica;color : #505050;text-decoration : none;}');
        document.write('.fCLinkPHP {font-family : Arial, Helvetica;color : #666666;font-weight : bolder;text-decoration : none;}');
        document.write('.fCLinkPHP:hover {text-decoration : underline;}');
        document.write('.fFtr {font-size : 10px;font-family : Arial, Helvetica;color : #333333;text-decoration : none;}');
        document.write('.fTLink {font-size : 10px;font-family : Arial, Helvetica;color: #ffffff; text-decoration : none;}');
        document.write('.Nav0 {font-family:verdana,geneva,arial,helvetica,sans-serif;color:#ffffff;font-size:10px;font-weight:bold;text-decoration:none;}');
        document.write('.Nav1 {font-family:arial,helvetica,sans-serif;color:#000000;font-size:10px;text-decoration:none;}');
        document.write('.Nav2 {font-family:arial,helvetica,sans-serif;color:#000000;font-size:10px;text-decoration:none;}');
        document.write('.Toolbox1Head {font-size : 10px;font-family : Verdana, Arial, Helvetica;color : #ffffff;font-weight : bold;background-color : #00308F;}');
        document.write('.Toolbox2Head {font-size : 10px;font-family : Verdana, Arial, Helvetica;color : #000000;font-weight : bold;background-color : #cccccc;text-decoration:none;}');
        document.write('.ToolboxText {font-size : 10px;font-family : Arial, Helvetica;color : #000000;text-decoration : none;}');
        
        document.write('a.fC:Hover{text-decoration : underline;}');
        document.write('a.fCHeadl1:Hover{text-decoration : underline;}');
        document.write('a.fTLink:Hover{text-decoration : underline;}');
        document.write('a.Nav0:Hover{text-decoration : underline;}');
        document.write('a.Nav1:Hover{text-decoration : underline;}');
        document.write('a.Nav2:Hover{text-decoration : underline;}');
        document.write('a.ToolboxText:Hover{text-decoration : underline;}');
        document.write('a.fCLinkAlt1:hover {color : #666666;}');

        document.write('input.promoforminput {border:1px solid inset; padding:2px; background-color:#ffffff; color:505050; font-size:12px; font-family : Arial, Helvetica}');
        document.write(' </style>');
 } 