/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY, P, DIV {
  background-color: #3a4863;
  color: #FFFFFF;
  font-family: Ariel, Verdana, sans-serif;
  font-size: 10pt;
}
TD, footerFrame {
	color: #FFFFFF;	
}
BODY.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
HR {
  color: #FFFFFF;
  height: 1px;
}
H3 {
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #000000;
  text-decoration: underline;
}
A:Hover {
  text-decoration: none;
}
.center {
  text-align: center;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}
A:hover.menuTxt {
  color: #4e5f35;
  text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/tipsBtn.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 10px;
}
#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: #b2ae86;
  color: #ffffff;
  margin: 0px, 0px, 0px, 0px;
}

/* THEME USED THROUGHOUT WEBSITE */

.subHeading {
	color: #FFFFFF;
}
.heading {
	background-color: #2a2e36;
	color: #FFFFFF;
}
.content {
	background-color: #3a4863;
	color: #FFFFFF;
}
.listingsHeadingTxt {
	color: #FFFFFF;
	background-color: #2a2e36;
}
.contentAdBox {
	background-color: #2a2e36 !important;
	border: #FFFFFF 1px solid;
}
.contentAdTitle {
	background-color: #3a4863;
	color: #FFFFFF;
}
.contentAdText { font-size: 7pt !important; }

.outline {
	background-color: #FFFFFF;
	padding: 1px;
}
.CalcColLeft, .CalcColRight {
	color: #000000;
}
.pageSize {
	width: 700px;
}
HR {
	padding: 0px;
	background-color: #FFFFFF;
}
.link {
	color: #FFFFFF;
	font-weight:100;
}
.gridHeading {
	background-color: #2a2e36;
}
.infoBox {
	color: #2a2e36;
}
.propFeat {
	color: #FFFFFF;
}