/* CSS Document */

body {
  background-color: #cccccc;
}

  a:link { color:#666; text-decoration: underline; font-weight: bold; }
  a:hover { color:#666; text-decoration: underline; font-weight: bold; }
  a:visited { color:#666; text-decoration: underline; font-weight: bold; }
 
 td {
   color: #666;
   font-family: Trebuchet MS;
   font-size: 12px;	
   text-align:justify;
  
}
    
 .rod {
   color: #666;
   font-family: Trebuchet MS;
   font-size: 12px;	
   text-align:center;
   
}

 input {
   color: #666;
   font-family: Trebuchet MS;
   font-size: 11px;	
   text-align:left;
   
}

 select {
   color: #000000;
   font-family: Trebuchet MS;
   font-size: 11px;	
   text-align:left;
   
}
