TD {

  background-color: white;

  font-family: Arial, sans-serif;

  color: black;

  font-size: 10pt;

}

TH {

  font-size: 8pt;

  color: White;

  background-color: #0070C0;

}

A {

  text-decoration: underline;

}

A:hover {

  text-decoration: none;

}

.Caption {

  font-family: Times New Roman, serif;

  font-size: 14pt;

  color: #993300;

  background-color: #FFFF99;

}

.Footer {

  font-family: Arial, sans-serif;

  color: black;

  font-size: 8pt;

  text-align: center;

}

.Header {

  font-size: 12pt;

  font-weight: bold;

  color: White;

  background-color: #0070C0;

}

.SubHeader {

  color: #003858;

  font-size: 10pt;

  font-weight: bold;

  background-color: #80B8E0;

}

.DetailCell {

  color: #003858;

  background-color: #f0f8ff;

}
H2 {

  font-size: 12pt;

  font-weight: bold;

  color: black;

  background-color: #f0f8ff;

}