body {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  background-color: #B5B5B5;
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  margin: 0px 0px 0px 0px;
}

table.main {
  width: 700px;
  height: 600px;
}

td.banner {
  width: 700px;
  height: 120px;
  background-image: url(../images/banner.png);
}

td.middle1 {
  width: 700px;
  height: 30px;
  background-color: #FFFFFF;
  font-size: 18px;
  color: #003366;
  font-weight: bold;
  text-align: center;
  /*vertical-align: top;*/
  background-image: url(../images/back.png);
  background-repeat: repeat-x;
}

td.middle2 {
  width: 700px;
  height: 340px;
  background-color: #FFFFFF;
  font-size: 24px;
  color: #003366;
  font-weight: bold;
  text-align: center;
}

td.start {
  width: 390px;
  background-color: #FFFFFF;
  color: #888888;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

td.bottom {
  width: 700px;
  height: 60px;
  background-color: #FFFFFF;
  color: #888888;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/back.png);
  background-repeat: repeat-x;
}

td.bottom_left {
  width: 20px;
  height: 20px;
  background-image: url(../images/bottom_left.png);
}

td.bottom_center {
  width: 660px;
  height: 20px;
  background-color: #FFFFFF;
  color: #888888;
  font-size: 11px;
  text-align: center;
}

td.bottom_right {
  width: 20px;
  height: 20px;
  background-image: url(../images/bottom_right.png);
}

a {
  color: #888888;
  text-decoration: none;
  font-weight: bold;
}