@media all {
   
   BODY {
      font-family: "Verdana", "Arial", "sans-serif";
      font-size: 25px;          
      background-color : #F3EBEA;
   }

   TBODY {
      font-family: "Verdana", "Arial", "sans-serif";
      font-size: 25px;          
      background-color : #F3EBEA; 
   }

   A {
      text-decoration: none;
      color: #BF0000;
   }
       
   A:hover {
      font-weight: bold;
   }

   A:active {          
          color: #FFBF00;
            }

   A:link {
          }

   A:visited {
             }

   H1 {
      }

   P {
     }

   .pagetitle {
      font-family: inherit;
      font-size: 1.3em;
      font-weight: bold;
      color : #45633A;
      margin: 10px;
   }   

   .siteheader {
      margin-bottom: 10px;
   }   

   .menulabel {
      font-family: inherit;
      font-size: inherit; 
      font-weight: bold;      
      border: 5px solid black;
      background-color: #F3EBEA;
      width: 100%;
      height: 120px;
   }       

   .menubutton {
      font-family: inherit;
      font-size: inherit; 
      font-weight: bold;  
      border: 1px solid black;    
      background-color: white;
      width: 100%;
      height: 120px;
   }       
      
   .menubutton_sel {
      font-family: inherit;
      font-size: inherit; 
      font-weight: bold;      
      border: 5px solid black;
      background-color: #859369;
      width: 100%;
      height: 120px;
   }       
   
   .resulttable {
      width: 100%;     
   }
   
   .resultbar {
      background-color: white;
      margin: 100px;
      padding: 100px;
   }
      
   .standout {
      font-family: inherit;
      font-size: inherit;
      font-weight: bold;
      color : #45633A;
   }
   
   .meta {
      font-family: inherit;
      font-size: 0.9em;
      font-weight: lighter;
      color: #859369;
   }
   
   /* left panel mainmenu button */
   .mmbutton {   
      width: 130px; 
      text-align: center;
      margin-bottom: 1px;
   }   

                  
   .validator_err  {
          font-family:Verdana;
          font-size:10px;
          color:#660000; 
                   }                   
   .formhelp {
          font-family: inherit;
          font-size: 0.8em;
          font-weight: lighter;
          color: #859369;
          border-top: 1px solid #45633A;
          border-bottom: 1px solid #45633A;
          border-left: 1px solid #45633A;
          border-right: 1px solid #45633A; 
          padding: 3px;
          background-color: white;
             }                              
}
