
BODY {
  background-color: #ffffff;
  font-family: Arial, sans-serif, Verdana;
  color: #000000;
}

A:link {
  color: #000066;
}          /* unvisited link */

A:visited {
  color: #000066;
}        /* visited links */

A:active {
  color: #000066;
}        /* active links */

TD {
  background-color: #ffffff;
  font-family: Arial, sans-serif, Verdana;
  color: #000000;
  font-size: 12pt;
}

P {
  font-family: Arial, sans-serif, Verdana;
  color: #000000;
  font-size: 12pt;
}

UL {
  font-family: Arial, sans-serif, Verdana;
  color: #000000;
  font-size: 12pt;
}

BLOCKQUOTE {
  font-family: Arial, sans-serif, Verdana;
  font-size: 12pt;
}

.italcaps {
  font-family: Arial, sans-serif, Verdana;
  font-size: 9pt;
  font-style: italic;
}

.capt {
  font-family: Arial, sans-serif, Verdana;
  font-size: 8pt;
  font-style: italic;
}

SUP {
  font-family: Arial, sans-serif, Verdana;
  font-size: 8pt;
  font-style: normal;
}

.references {
  font-family: Arial, sans-serif, Verdana;
  font-size: 10pt;
  font-style: normal;
}

H1 {
  font-family: Arial, sans-serif, Verdana;
  font-size: 24pt;
  font-style: normal;
  font-weight: bold;
}

H2 {
  font-family: Arial, sans-serif, Verdana;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
}

H3 {
  font-family: Arial, sans-serif, Verdana;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
}

TH {
  background-color: #ffffff;
  font-family: Arial, sans-serif, Verdana;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
}

HR {
  color: #000000;
}

