/* 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: 12pt;
}
BODY {
  background-color: #FFFFFF;
  margin: 6px;
}
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: #EEEEEE;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.heading {
  background-color: #0c1e70;
  color: #FFFFFF;
}
.subHeading {
  color: #0c1e70;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #0a5eba;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #EEEEEE;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}
/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */

