/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #18427b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
BODY {
  background-color: #E1E1E1;
  margin: 12px;
}
HR {
  color: #000000;
  height: 1px;
}

.blueheading {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.bluetext {
	color: #0000FF;
	font-weight: bold;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED */

/* frame */
BODY.frame {
  margin: 0px;
}
.headerTxt {
  color: #000000;
  font-size: 12pt;
  white-space: nowrap;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #18427b;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #FFFFFF;
  text-decoration: none;
}
A:Active.menuTxt {
  color: #FFFFFF;
  text-decoration: none;
}
DIV.gutter {
	background: url(images/bgLeft.gif) top left;
	width: 142px;
	height: 100%;
	padding-left: 5px;
	text-align:left;
}
DIV.menu {
	background: url(images/button.gif) top left no-repeat;
	height: 24px;
	width: 138px;
	text-align: center;
	padding-top: 2px;
	vertical-align: middle;
	margin-top:0px;
}

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
A:hover.hotLink {
	color: #c8c4b8;
}
TD.hotLink {
	background-color: #a30101;
	text-align: center;
}

/* common content pages */
.outline {
  background-color: #000000;
  padding: 1px;
}
.content {
  background-color: #FFFFFF;
  padding: 5px;
  text-align: justify;
}
.pageHeading {
  color: #FFFFFF;
  font-size: 14pt;
}
.heading {
  background-color: #a29062;
  color: #FFFFFF;
}
.subHeading {
  color: #666666;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #18427b;
	font-size: 8pt;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}


