/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
BODY {
  background-color: #d7d7d7;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
HR {
  background-color: #000000;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}
.reqField {
	font-size: smaller;
}

/* ADVANCED */

/* frame */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* Menu */
A.menuTxt {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-left: 6px;
	font-weight: bold;
}
A:Active.menuTxt,A:Hover.menuTxt {
	color: #25428c;
}
A.hotlink {
	color: #000000;
	text-decoration: none;
	font-size: 13pt;
}
A:Hover.hotlink {
	color: #998b6b;
}
/* tips pages */
.button {	
  background: url(images/tipsBtn.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button A {
  color: #000000;
  font-weight: bold;
  position: relative;
  text-align: center;
  top: 8px;
  text-decoration: none;
}
.button A:Hover{
	font-weight: bolder;
	font-size: 13pt;
	color: #536ab6;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* Common content. */
.heading {
	background-color: #25428c;
	color: #FFFFFF;
}
.content {
  background-color: #FFFFFF;
}
.gridHeading {
  background-color: #FFFFFF;
}
TD.gridHeading {
  border: solid 1px #000000;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.pageHeading {
  color: #FFFFFF;
}
.pageSize {
	width: 750px;
}

/* Content Ad Styles */

.contentAdRect, .contentAdBox {
	background-color: #FFFFFF;
	border-color: #000000;
}
.contentAdTitle {
	font-size: smaller;
	color: #FFFFFF;
	background-color: #25428c;
}
.contentAdText {
	font-size: 7pt !important;
}
.listingsHeadingTxt { color: #FFFFFF; }
