/* 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;
}
BODY.frame {
  margin: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 12pt;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt {
  color: #175BAF;
  font-weight: bold;
  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: 137px;
	text-align: center;
	padding-top: 2px;
	vertical-align: middle;
	margin-top:0px;
}

/* frame */
.headerTxt {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  white-space: nowrap;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* THEME USED THROUGHOUT WEBSITE */


.outline {
  background-color: #000000;
  padding: 1px;
}

.content {
  background-color: #EEEEEE;
  padding: 5px;
  text-align: justify;
}

.heading {
  background-color: #014F7D;
  color: #FFFFFF;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

.pageHeading {
  color: #FFFFFF;
  font-size: 15pt;
}

.subHeading {
  color: #666666;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #014F7D;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #eeeeee;
	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 */

