/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY {
  background-color: #e1e1e1;
  color: #000000;
  font-family: Times New Roman, sans-serif;
  font-size: 11pt;
}
body.frame {
	margin: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
p, td, div, span {
	font-size: 11pt;
}

.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;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* 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;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 12pt;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt {
  color: #13A300;
  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;
}

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover.hotLink {
	color: #000000;
}
TD.hotLink {
	background-color: #014F7D;
	text-align: center;
}
/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */

.heading {
  background-color: #003D6C;
  color: #FFFFFF;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
}
.gridHeading {
	background-color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #003D6C;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}


/* CUSTOM */
/* defines any additional styles needed */

