body {
   background-color: #284868;
   margin: 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

a:link {color: #333;}
a:hover {color: black; text-decoration: none;}
a:active {color: #333;}
a:visited {color: #333;}

.bodyTable {
   background: url("images/background.jpg") no-repeat;
   border: 1px solid white;
   font-size: 12px;
}

.textCell {
   font-size: 13px;
   text-align: left;
   color: #000066;
   padding-right: 55px;
}

.navCell {
   
}

.footerCell {

}

.navButton {
   background: url("images/navButtonOff.jpg") repeat-x;
   background-position: top;
   display: block;
   padding: 8px 0px 8px 15px;
   color: black;
   text-decoration: none;
}
.navButton:hover {background: url("images/navButtonOn.jpg") repeat-x; color: #000;}





