/* background-color was RGB(255,128,64) but this did not work on some   */
/* Macs therefore trying 'safe' color RGB(255,153,51) = FF9933          */
/*  ----31  august 2004---------                                         */
/* changed to RBB(255,102,0) = #FF6600                                  */

BODY { font-family: verdana, arial, helvetica, sans-serif ;
       color: white ;
       font-size: 10pt ; 
       background-color: RGB(255,102,0) 
     }



TABLE P { bgcolor: RGB(255,102,0);
        color: white ;
        font-size: 10pt ;
        font-family: verdana, arial, helvetica, sans-serif 
      }


TD { bgcolor: RGB(255,102,0) ;
        color: white ;
        font-size: 10pt ;
        font-family: verdana, arial, helvetica, sans-serif 
      }

TH { font-weight: normal ;
        bgcolor: RGB(255,102,0);
        color: black ;
        font-family: tahoma, arial, helvetica, sans-serif 
      }

H1
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 18pt ;
        font-weight: normal
     }

H2
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 14pt ;   
        font-weight: normal

     }

H3
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 12pt ;
        font-weight: normal

     }

TD H1
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 18pt ;     
        font-weight: normal

     }

TD H2
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 14pt ; 
        font-weight: normal
     }

TD H3
     {font-family: tahoma, arial, helvetica, sans-serif ;
        color: black ;
        font-size: 12pt ;  
        font-weight: normal

     }

TD P { bgcolor: RGB(255,102,0);
        color: white ;
        font-size: 10pt ;
        font-family: verdana, arial, helvetica, sans-serif
      }



P, UL, OL 
     {font-family: verdana, arial, helvetica, sans-serif ;
        color: white ;
        font-size: 10pt
     }

LI
     {font-family: verdana, arial, helvetica, sans-serif ;
        color: white ;
        font-size: 8pt
     }


STRONG
     {  font-weight: normal ;
        color: black 
     }


B
     {  font-weight: normal ;
        color: black 
     }

/* HR                             */
/*      {color: RGB(255,128,64)   */ 
/*      }                         */

/* *********************************************  */
/*  current standard style                        */
/*                                                */
/* *********************************************  */

A:link    {font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFF00; text-decoration:none}
A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFF00; text-decoration:none}
A:active  {font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:underline}
A:hover   {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline}

/* *********************************************  */
/*  index page link  styles                       */
/*                                                */
/* *********************************************  */

A:link.index    {font-weight: bold; font-style: italic; font-family: 
  Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none} 
A:visited.index {font-weight: bold;  font-style: italic; font-family: 
  Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none} 
A:active.index  {font-weight: bold; font-style: italic;  font-family: 
  Verdana, Arial, Helvetica, sans-serif; color:#FF0000; text-decoration:none} 
A:hover.index   {font-weight: bold;  font-style: italic; font-family: 
  Verdana, Arial, Helvetica, sans-serif; color:#FF0000; text-decoration:none} 

A:link.stayorange    {color:#FF6600; text-decoration:none} 
A:visited.stayorange {color:#FF6600; text-decoration:none} 
A:active.stayorange  {color:#000000; text-decoration:none} 
A:hover.stayorange   {color:#000000; text-decoration:none} 
  
A:link.staywhite    {color:#FFFFFF; text-decoration:none} 
A:visited.staywhite {color:#FFFFFF; text-decoration:none} 
A:active.staywhite  {color:#000000; text-decoration:none} 
A:hover.staywhite   {color:#000000; text-decoration:none} 

A:link.stayblack    {color:#000000; text-decoration:none} 
A:visited.stayblack {color:#000000; text-decoration:none}
A:active.stayblack  {color:#FF0000; text-decoration:none}
A:hover.stayblack   {color:#FF0000; text-decoration:none}

