html, body {
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size:    12pt;
  line-height:  1.0;
  font-family:  "Palatino Linotype, Book Antiqua, Palatino, serif";
  font-variant: normal;
  font-style:   normal;
  font-weight: normal;
  vertical-align: top;
}

h1 {
  margin-left: 4px;
}

.mainBody {
  background-color: #ffffff;
  height: 100%;
  height: 100%;
# background-image: url(gfx/vgradient.gif);
  background-repeat: repeat-x;
}

#masthead {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 280px;
  width: 600px;
# background-image: url(gfx/masthead2.gif);
  background-repeat: no-repeat;
  background-position: top left;
  vertical-align: top;
  text-align: left;
  z-index: 1;
}

#mainTable {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.navbarT {
  height: 40px;
  width: 100%;
  background-image: url(gfx/navbar.gif);
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: right;
}

.buttonBox {
  padding-left: 1px;
  padding-right: 1px;
  width: 90px;
  text-align: center;
}

.button {
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.buttonA:hover {
  background-color: #333333;
}

.buttonN {
  background-color: #333333;
}

.disclaimer {
  border: 1px dashed #ff0000;
  color: #333333;
  background-color: #66cc33;
  font-style: italic;
  font-size:    11pt;
  padding: 8px;
  text-align: center;
}  

.external {
  background-image: url(gfx/external.png);
  background-position: center right;
  padding-right: 12px;
  background-repeat: no-repeat;
  color: #eeeeee;
  text-decoration:underline;
}
.external:hover {
  color: #ffffff;
  text-decoration:underline;
}


.aTypicalPage {
  height: 75%;
  vertical-align: top;
}

.introduction {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  background-image: url(gfx/footervgradient.gif);
  background-repeat: repeat-x;
  height: 120px;
  width: 80%;
  text-align: center;
  vertical-align: bottom;
}

.footerLink {
}

.footerLinkOn {
  color: #dddddd;
  text-decoration: underline;
}

.footerLinkOn:hover {
  color: #ffffff;
  text-decoration:underline;
}

.footerLinkOff {
  color: #ffffff;
  text-decoration: none;
}

.copyright {
  color: #cccccc;
  font-size:    7pt;
  line-height:  8pt;
}

.finePrint {
  font-size: 8pt;
}

.mainLink {
  color: #eeeeee;
  text-decoration: underline;
}
.mainLink:hover {
  color: #ffffff;
  text-decoration:underline;
}

.prompt {
  color: #eeeeee;
  background-color: #000000;
}

.sHeader {
  font-size:    16pt;
  line-height:  1.0;
  font-family:  "Palatino Linotype, Book Antiqua, Palatino, serif";
  font-variant: normal;
  font-style:   bold;
  font-weight: normal;
}
