/* CSS Document */

#menu1 {
  width:100%;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:65px;
  border:0px solid #fff; 
  }
#menu1 a {
  display:#ffffff;
  width:65px;
  font: 11px "Lucida Grande", verdana, sans-serif;
  color:#ffffff; 
  background:#000000; 
  text-align:center; 
  padding:1px 1; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#000000; 
  background:#ffffff;
  }
  
#bottommenu { color: #999999; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#bottommenu a:link { color: #999999; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#bottommenu a:visited { color: #999999; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#bottommenu a:hover { color: #cccccc; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#bottommenu a:active { color: #999999; font-size: 12px; font-family: Arial, Helvetica, sans-serif;  } 

#bodytxt { font: 12px "Lucida Grande", verdana, sans-serif; color:#000000; }

#pageheader { color: #ffffff; font-size: 18px; font-family: Arial, Helvetica, sans-serif; weight: bold; }