@media all {
   BODY { 
      font-family: "Verdana", "Arial", "sans-serif";
      font-size: 12;     
      color: #000000; 
   }

   TBODY {
      font-family: "Verdana", "Arial", "sans-serif";
      font-size: 12;    
      color: #000000;       
   }
         
   TD { vertical-align: top;
      }
           
   FORM { 
      margin-top: 0;
   }                
              
   A { 
      text-decoration: none;
      color: #FF531A;
   }

   A:hover { 
      font-weight: bold;
   }

   A:active {
   }

   A:link {
   }

   A:visited {
   }          

   H1 {
   }

   P {
   }
   
   .offline {
      font-family: inherit;
      font-size: 54px;
      text-align: center;
      letter-spacing: 25pt;
      word-spacing: -4pt;
      color: #D5D5C3;
   }   

   .sitetitle {
      font-family: inherit;
      font-size: 54px;
      text-align: left;
      letter-spacing: 25pt;
      word-spacing: -4pt;
      color: #D5D5C3;
   }

   .pagetitle { 
      color : #6E6E6E;
      font-weight: bold;
      font-size : 1.3em;
   }

   .para {
      color : #6E6E6E;
      font-weight: bold;
      font-size : 1.2em;
   }

   .meta {
      font-size: 0.8em;
      font-weight: lighter;
   }
   
   .thead {
          font-size: inherit;
          font-weight: bold;
          text-align: left;
   }
      
   .tnum {
          font-size: inherit;
          text-align: right; 
   }

   .ttxt {
          font-size: inherit;
          text-align: left;
   }   
         
   .formhelp {
          font-family: inherit;
          font-size: 0.8em;
          font-weight: lighter;          
          border: 1px solid black;
          padding: 3px;
          background-color: white;
   }
                             
   .validator_err  {
          font-family:Verdana;
          font-size: 0.8em;
          color:#660000; 
   }

}
