BODY {
  background-color: #27458E;
  margin: 0px;
}

TD {
  font-family: Arial;
  font-size: 14px;
}

IMG {
  border: 0px solid black;
}

.mainTable {
  background-color: #FFFFFF;
  border: 0px solid black;
  width: 800px;
}

.headerHolder {
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

.buttonHolderImg {
display: none;
height: 100%;
}

.buttonHolder {
background-color: #FFFFFF;
display: none;
height: 100%;
}

.menuHolder {
  width: 155px;
}

.menuButtonImg {
  width: 155px;
  height: 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.menuButtonImg:hover {
}

.menuButton {
  width: 155px;
  height: 24px;
  margin-bottom: 5px;
  background: #FFFFFF;
  color: #27458E;
  font-family: Verdana;
  font-weight: bold;
  font-size:1em;
  text-decoration: none;
  text-align: left;
  padding-left: 8px;
  padding-top: 3px;
}

.menuButton:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.contentFrame {
  width: 791px;
  height: 1px;
}

.footerImg {
  display: inline;
}
