/* Comment */
.heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20pt;
  color: #000099;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.section_heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold
}

.bodytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: normal
}

