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('images/banner.jpg') no-repeat;
    margin: -6px;
    margin-bottom: 20px;
    min-height: 220px;
}
div.all {
  width:790px;
  min-height: 400px;
  background: url(images/background.jpg) repeat;
  padding:5px;
  margin:5px;
}
.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 {
   background: url(images/button.png) no-repeat;
   width:170px;
}
td.button:hover {
   
}
div.cargologo {
    clear: right;
    float: right;
}
img {
    border: none;
}
