body {
  background-color: white;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
  margin-top: 15px;
}

A:link, A:visited, A:active {
  color: black;
  font-family: arial;
  font-style: normal;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.narrative {
  color: red;
  font-family: arial;
}

A.nav:link, A.nav:visited, A.nav:active {
  color: white;
  font-family: arial;
  font-size: xx-small;
  font-weight: bold;
}

H1 {
  font-size: 11pt;
  font-style: normal;
  font-family:  arial;
  color: black;
  text-transform: UPPERCASE;
}

H2 {
  font-size: 11pt;
  font-style: normal;
  font-family: arial;
  color: #0099cc;
  text-transform: UPPERCASE;
}

DT {
  font-weight: bold;
  margin-top: 15px;
}

TD.banner {
  background-color: #0099cc;
}

B.banner {
  color: white;
  font-size: x-small;
}

B.copyright {
  color: white;
  font-size: xx-small;
}

