 body{
  background: #052148;
  font-family: Trebuchet MS, Tahoma;
  font-size: 13px;
  color: white;
 }
 td{
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: white;
 }
 td.btitle{
  font-family: Trebuchet MS, Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #052148;
 }
 table.body{
 width: 100%;
 }
 div.logo{
  width: 95%;
  background: url(img/logo.bg.gif) repeat-x;
  background-position: top right;
  height: 96px;
 }
 div.body{
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 93%;
  height: 500;
  background: #FFFFFF;
  font-family: Trebuchet MS, Tahoma;
  font-size: 20px;
  color: black;
  overflow: auto;
 }
 td.body{
   height: 500;
 } 
 a{
  font-family: Trebuchet MS, Tahoma;
  font-size: 16px;
  color: white;
  text-decoration: none;
  }
 a:hover{
  font-family: Trebuchet MS, Tahoma;
  font-size: 16px;
  color: gray;
  text-decoration: none;
 }
 .menu {
  border-bottom: 1px solid #052148;
  height: 25px;
  width: 95%;
}
 .menuHover {
  border-bottom: 1px solid #fe7c02;
  height:25px;
  width: 95%;
 }
 .left {
  text-align:left;
  float: left;
 }
 .right {
  position: absolute;
  left: 350;
  padding: 0px;
 }
 .inMenu {
  height: 25px;
 }
 .inHover {
  height: 25px;
 }
 .rightHide {
  display: none;
 }
 #active {
  border-bottom: 1px solid #fe7c02;
 }
 span.big{
  font-family: Trebuchet MS, Tahoma;
  font-size: 16px;
 }
 table.menuTable{
  /* width: 700; */
 }