body{
  background-color: #42629B;
  margin-top: 0px;
  }

td{
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
  }
  
td.top{
  width: 946px;
  height: 149px;
  background-image:url("images/top.jpg");
  background-repeat: no-repeat;
  }
  
td.nav{
  width: 946px;
  height: 31px;
  background-image:url("images/nav.jpg");
  background-repeat: no-repeat;  
  padding-left: 90px;
  padding-top: 3px;
  }

a.nav{
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  }

a.nav:hover{
  text-decoration: none;
  color: #f41933;
  }

a.hidd{
  font-size: 9px;
  color: #42629B;
  }
  
td.main_top{
  width: 946px;
  height: 36px;
  background-image:url("images/main_top.jpg");
  background-repeat: no-repeat;
  }

td.main{
  width: 756px;
  display: block;
#  height: 500px;
  background-image:url("images/main_bg.jpg");
  background-repeat: repeat-y;
  padding-left: 100px;
  padding-right: 90px;
  vertical-align: top;
  }
  
td.credit{
  font-size: 9px;
  color: #666666;
  }

a.credit{
  color: #666666;
  text-decoration: none;
  }
  
a.credit:hover{
  color: #ff0000;
  }
