P, TD, BLOCKQUOTE, LI, UL {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
}

H1 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color: #006600;
}

H2 {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #006600;
}

H3 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #006600;
}

H4 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #006600;
}

TH {
  font-family: Arial;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

A {
  font-family: Arial;
  font-size: 8pt;
  color: #006699;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  font-family: Arial;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #006699;
}

