body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family:  'Trebuchet MS', 'Lucida Grande',Verdana, Arial, Sans-Serif; 
 background-color: #ffffff;
}
div.banner{
    width:790px;
    background: url('graphics/banner.jpg') no-repeat;
    margin: -6px;
    margin-bottom: 20px;
    min-height: 220px;
}
div.all {
  width:790px;
  min-height: 400px;
  background: url('graphics/background.jpg') repeat; 
  padding:5px;
  margin:5px;
   color: black;
}
.menu table{
  height :40px;
}
.menu {
  font-size: 160%;
  font-weight:bold;
  color:#9484a9; 
}
div.menu{
  text-align:left;
  padding:0px 0px 20px 0px;
}
td.button {
   text-color: #;
   background-color: #F5F6CE;
   width:170px;
}
td.button:hover {
   background-color: #FFFF00;
}
div.cargologo {
    clear: right;
    float: right;
}
img {
    border: none;
}
