/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
}
BODY {
  background-color: #e2e2e2;
  margin: 10px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #0000FF;
  font-size: 10pt;
}
A:Hover {
  text-decoration: none;
}
.center {
  text-align: center;
}
.listingsHeadingTxt { color: #FFFFFF; }

/* ADVANCED */

/* frame */
BODY.frame {
  margin: 0px;
}
.headerTxt {
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* menu */
.menuBtm {
	padding-bottom: 12px;
}
A.menuTxt {
  color: #FFFFFF;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}
A:Hover.menuTxt {
  color: #000000;
  text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/btnTips.gif) top left no-repeat;
  font-size: 11pt;
  height:39px;
  width:169px;
}
.button a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  text-align: center;
  top: 12px;
}
.button a:hover {
  color: #000000
}

#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* common content pages */
.heading {
  background-color: #000000;
  color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
}
.outline {
  background-color: #666666;
  padding: 1px;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}
BODY,P,TD,DIV {
  color: #000000;
  font-size: 10pt;
}
/* Global custom controls. */
.contentAdBox,.contentAdRect {
	background-color: #ffffff;
	border-color: #000000;
}
.contentAdTitle {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #a50b00;
}