
H1 {
  font-size: 18pt;
  font-style: italic;
  font-weight: normal;
}

H2 {
  font-size: 16pt;
}

H3 {
  font-size: 14pt;
}

H4 {
  font-size: 12pt;
}

H5 {
  font-size: 10pt;
}

H6 {
  font-size: 8pt;
}

A {
  text-decoration: none;
  color: blue;
}

A:HOVER {
  text-decoration: none;
  color: gray;
}

.RIGHTBAR {
  text-align: left;
  font-size: 8pt;
  vertical-align: top;
  color: white;
  background-color: blue;
  font-weight: bold;
  border-top: 1pt black solid;
  border-right: 2pt gray solid;
  border-bottom: 2pt black solid;
  border-left: 1pt black solid;
}

.FOOTER {
  text-align: center;
  font-size: 8pt;
  vertical-align: top;
  color: gray;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

BODY {
  font-size: 12pt;
  font-family: Verdana;
  background-color: white;
}

.MAIN {
  font-size: 12pt;
}

.LISTS {
  text-align: left;
  vertical-align: top;
  font-size: 12pt;
}

.POPUP {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

.HEADER1 {
  font-size: 18pt;
  font-style: italic;
  font-weight: bold;
}

.RIGHTTEXT {
  color: gold;
  font-size: 8pt;
  font-weight: bold;
}


HR {
  color: black;
}

