/* 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: #e1e1e1;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}
/* common content pages */
.content {
  background-color: #F1F1F1;
}
.outline {
  background-color: #333333;
  padding: 1px;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #333333;
  font-size: 12pt;
  font-weight: bold;
}
BODY,P,TD,DIV {
  color: #003D6C;
  font-size: 10pt;
}
.heading {
  background-color: #003D6C;
  color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #003D6C;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	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 */

