/* 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: 12px;
}
HR {
  color: #000000;
  height: 1px;
}
.centerTxt {
  text-align: center;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* common content pages */
.content {
  background-color: #e0e0e0;
}
.heading {
  background-color: #19276e;
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.subHeading {
  color: #055DAD;
  font-size: 12pt;
  font-weight: bold;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #19276e;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #e0e0e0;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */

