/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* 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: #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;
}

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover.hotLink {
	color: #000000;
}
TD.hotLink {
	background-color: #014F7D;
	text-align: center;
}

/* tips pages */
.button {	
  background: url(images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:39px;
  width:198px;
}
.button a {
  color: #FFFFFF;
  position: relative;
  text-align: center;
  top: 6px;
  font-weight: bold;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* popup window */
BODY.popup {
  background-color: #60722a;
  color: #ffffff;
}

/* 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;
}


.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: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

