
A:active {
  text-decoration: none;
}

A:link {
  text-decoration: none;
  color: navy;
}

A:visited {
  text-decoration: none;
  color: navy;
}

A:hover {
  text-decoration: underline;
  color: red;
}

A.red:link {
  color: red;
  text-decoration: none;
}

A.red:visited {
  color: red;
  text-decoration: none;
}

BODY {
  font-size: 9pt;
  font-family: Arial, sans-serif;
  color: black;
}

P {
  font-size: 9pt;
  font-family: Arial;
  color: black;
}

H6 {
  font-size: 8pt;
  font-family: Arial, sans-serif;
  color: #FF6633;
}

H5 {
  font-size: 10pt;
  font-family: "sans-serif";
  color: #FF9933;
}

H4 {
  font-size: 12pt;
  font-family: Arial, sans-serif;
  color: black;
  font-variant: small-caps;
}

H3 {
  font-size: 8pt;
  font-family: "sans-serif";
  color: black;
}

H2 {
  font-size: 12pt;
  font-family: Arial, sans-serif;
  color: black;
  font-variant: normal;
  font-weight: bold;
}

H1 {
  font-size: 18pt;
  font-family: Arial, sans-serif;
  color: black;
  font-variant: normal;
  font-weight: bold;
  font-style: normal;
}

TD {
  font-size: 9pt;
  font-family: Arial, sans-serif;
  color: black;
}

HTML {
  background-color: #FFFFFF;
}

$DOCUMENT {
  font-family: Arial, sans-serif;
}

BASEFONT {
  font-family: Arial;
  font-size: 8pt;
}

