body {
  background-color: #000000;
}

a.table {text-decoration: none;}

.whiteTable {
  background-color: #FFFFFF;
}

.baseFont {
  font-family:      helvetica;
  font-size:        10pt;
}

.lightCell {
  background-color: #3D71A3;
}

.darkCell {
  background-color: #294B6D;
}

.quote {
  font-style:       italic;
}

.script {
  font-family:  script;
  font-size:    26pt;
}

.footQuote {
  color:            #FFFFFF;
  font-style:       italic;
  font-size:        10pt;
}

.title {
  font-size:        14pt;
  font-weight:      bold;
  text-decoration:  underline;
}

.italic {
  font-style:       italic;
}

.bold {
  font-weight:      bold;
}

.underline {
  text-decoration: underline;
}

.productTitle {
  font-weight:      bold;
  font-size:        14pt;
}

.pageTitle {
  font-size:        18pt;
  color:            #294B6D;
}

div.linksBox {
  border:     1px solid black;
}

.error {
  color:      #FF0000;
}