.main { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: xx-small; 
        font-style: normal; 
        line-height: normal; 
        font-weight: normal; 
        color: #FFFFFF;
      }
        
a {
    text-decoration: none; 
    color: #FFFFFF;
  }

.link {
    text-decoration: underline; 
    color: #FFFFFF;
    
  }

.front  {  
          font-family: "Courier New", Courier, mono; 
          font-size: small; 
          font-weight: bold;
        }
        
.btnCell  { 
            background-color: #000000; 
            height: 16px; 
            text-align: left;
            vertical-align: middle; 
            border-width: 0px;
            border-style: solid; 
            border-color: #3d3d3d;
            font-family: 'century gothic', Verdana; 
            font-size: 14px; 
            color: #FFFFFF; 
            font-weight: bold; 
          }
          
.altCol   {  
            color: #ff6600;
          }
          
.heading1 {
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            color: #FFFFFF; 
            font-weight: bold;
          }
            
.heading2 {
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            color: #ff6600; 
            font-weight: bold;
          }
          
.heading3 { 
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 11px; 
            font-style: normal; 
            line-height: normal; 
            font-weight: bold; 
            color: #FFFFFF;
          }
          
.active { 
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 10px; 
            font-style: normal; 
            line-height: normal; 
            font-weight: bold; 
            color: #FFFFFF;
          }

.inactive { 
            font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 10px; 
            font-style: normal; 
            line-height: normal; 
            font-weight: normal; 
            color: #A8A8A8;
          }
.input  {
          font-family: Verdana, Arial, Helvetica, sans-serif; 
          font-size: xx-small; 
          font-style: normal; 
          line-height: normal; 
          font-weight: normal; 
          color: #000000;
        }
.bold   {
            font-weight: bold; 
        }