/* MAIN THEME USED THROUGHOUT TEMPLATE WEBSITE */

BODY,DIV,P,TD {
  color: #000000;
  font-family: times, times new roman, courier;
  font-size: 12pt;
}
Body {
  background-color: #ffffff;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
.listing_hd {
  background-color: #0b0b65;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}
.listing_txt {
  color: #0b0b65;
}
.req_field {
  color: #ff0000;
  font-size: 10pt;
  font-style: italic;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #0A09A3;
  padding: 1px;
}
.pageHeading {
  color: #0A09A3;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #0A09A3;
  font-size: 12pt;
  font-weight: bold;
}
BODY,P,TD,DIV {
  color: #000000;
  font-size: 10pt;
}