/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Times, Times New Roman, Sans-serif;
  font-size: 12pt;
}
BODY {
  background-color: #e1e1e1;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}

/* common content pages */
.content {
  background-color: #FFFFFF;
}
.heading {
  background-color: #000000;
  color: #FFFFFF;
}
.subheading {
	color: #000000;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #000000;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	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 */

