/* 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", monospace;
  font-size: 12pt;
}
BODY {
  background-color: #FFFFFF;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
.link {
	font-size: smaller;
}
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */

/* frame */
.frame {
  margin: 0px;
}

/* menu */
A.menuTxt,A:Visited.menuTxt {
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #6600FF;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #0E4CA1;
  padding: 2px;
}
.pageHeading {
  color: #0E4CA1;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #0E4CA1;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #0f1667;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #eeeeee;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

/* CUSTOM */
/* defines any additional styles needed */


