/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY,DIV,P,TD {
  color: #151D6A;
  font-family: Times, "Times New Roman", sans-serif;
  font-size: 11pt;
}
BODY {
  background-color: #FFFFFF;
  margin: 12px;
}
HR {
  color: #000000;
  height: 1px;
}
H3 {
  color: #003399;
  filter: shadow(color=CCCCCC, dir=135, strength=5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  width: 100%;
}
LABEL { font-size: smaller; }
.contentAdText { font-size: 8pt !important; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */

/* main menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 11pt;
  height: 20px;
  width: 120px;
  text-decoration: none;
}
A:Hover.menuTxt {
  background-color: #CCCCCC;
  color: #000000;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #7889B7;
  padding: 2px;
}
.pageHeading {
  color: #0D4DA5;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #0D4DA5;
  font-size: 12pt;
  font-weight: bold;
}

/* CUSTOM */
/* defines any additional styles needed */

