/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 0px;
}
.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #ff0000;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #000000;
  font-size: 10pt;
  font-wieght: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #ffffff;
  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: #FFFFFF;
  position: relative;
  text-align: center;
  top: 7px;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

.outline {
	background-color: #000000;
	padding: 1px;
}
.heading {
	background-color: #000000;
	color: #FFFFFF;
}
.subHeading {
	color: #000000;
}
.pageHeading {
	color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
}

/* Global custom controls. */
.contentAdRect {
	background-color: #FFFFFF;
	border-color: #000000;
}
.contentAdTitle {
	color: #FFFFFF;
	background-color: #000000;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdText {
	font-size: 8pt !important;
}