 @import url(import.css);
 body {         color: #000000 ;
     background-color: #FFFFFF ;
          font-family: Chicago, Times, "Times New Roman", serif ;
 }
 #wsc {         color: #000000 ;
     background-color: #FFFFFF ;
            font-size: 14px ; 
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
 }
 #addr {        color: #000000 ;
     background-color: #FFFFFF ;
            font-size: 11px ; 
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
 }
 h2, td h2 {    color: #FF3300 ;
     background-color: #FFFFFF ;
 }
 a       {      color: #000000 ;  /* for <a name="xx"></a> */
     background-color: #FFFFFF ;
 }
 a:link  {      color: #FF3300 ;
     background-color: #FFFFFF ;
          font-weight: bold ;
      text-decoration: none ;
 }
 a:visited {    color: #3333FF ;
     background-color: #FFFFFF ; 
          font-weight: bold ; 
      text-decoration: none ;
 }
 a:hover {      color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: underline ;
 }
 a:active {     color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: underline ;
 }
 a.self:link  {      color: #FF3300 ;
     background-color: #FFFFFF ;
          font-weight: bold ;
      text-decoration: none ;
 }
 a.self:visited {    color: #FF3300 ;
     background-color: #FFFFFF ; 
          font-weight: bold ; 
      text-decoration: none ;
 }
 a.self:hover {      color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: underline ;
 }
 a.self:active {     color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: underline ;
 }
 a.nav {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
            font-size: 11px ;
                color: #333333 ;    /* for inactive nav links */
     background-color: #FFFFFF ;
          font-weight: bold ;
      text-decoration: none ;
 }
 a.nav:link {   color: #FF3300 ;
     background-color: #FFFFFF ;
          font-weight: bold ;
      text-decoration: none ;
 }
 a.nav:visited {color: #FF3300 ;
     background-color: #FFFFFF ; 
          font-weight: bold ; 
      text-decoration: none ;
 }
 a.nav:hover {  color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: none ;
 }
 a.nav:active { color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: bold ; 
      text-decoration: none ;
 }
 img.logo {    border: none; 
 }
 a.logo { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
            font-size: 10px ;
          font-weight: normal ;
 }
 a.logo:link {  color: #FF3300 ;
     background-color: #FFFFFF ;
          font-weight: normal ;
      text-decoration: none ;
 }
 a.logo:visited {color: #FF3300 ;
     background-color: #FFFFFF ; 
          font-weight: normal ; 
      text-decoration: none ;
 }
 a.logo:hover { color: #FF3300 ;
     background-color: #FFFFFF ;
          font-weight: normal ; 
      text-decoration: underline ;
 }
 a.logo:active {color: #FFFFFF ;
     background-color: #FF3300 ;
          font-weight: normal ; 
      text-decoration: underline ;
 } 

 table.hilite { border:1px solid red; }
 table.hilite th ,
     p.hilite { background-color: #FFE8E8; color:#000000; }

