.MENU {
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  padding-left: 16px;
}
.MENU2 {
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
}
.MENU3 {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}
.LINK {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}
.BODY {
  font-style: italic;
  font-weight: bold;
  text-align: justify;
  color: #ffffff;
  padding-left: 30px; padding-right: 30px;
}
H3 {
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  color: #99ccff;
}
H2 {
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  color: #99ccff;
  margin-top: 0px; margin-bottom: 0px;
}
.COPYRIGHT {
  font-size: 8pt;
  font-style: normal;
  text-align: center;
  margin-top: 12px; margin-bottom: 8px;
  color: #99ccff;
}
A {
  color: #ffffff;
  text-decoration: none;
}
A:hover {
  color: #99ccff;
  text-decoration: underline;
}
