/* THEME USED THROUGHOUT WEBSITE */


/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11pt;
}
BODY {
  background-color: #FFFFFF;
  margin-bottom: 0px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
.centerTxt {
  text-align: center;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}


/* ADVANCED */

/* frame */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #333333;
  font-size: 11pt;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}
.brandTxt {
  color: #333333;
  font-size: 9pt;
  font-weight: bold;
}

/* menu */
.menuBtn {
  background-image: url(images/menuBtn.jpg);
  background-repeat: no-repeat;
  height: 24px;
  width: 133px;
  padding-top: 2px;
  text-align: center;
}
A.menuTxt {
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt,A:Active.menuTxt {
  color: #5a87c5;
  text-decoration: none;
}

/* sub navigation */
.subBtnSize {	
height: 65px;
width: 300px;
}
A.subNavBtn {
color: #FFFFFF;
position: relative;
text-align: center;
top: 20px;
left: 100px;
font-size: 15pt;
text-decoration: none;
font-weight: bold;
}
A:Hover.subNavBtn,A:Active.menuTxt {
color: #315c87;
text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/tipsBtn.jpg) top left no-repeat;
  font-size: 13pt;
  height: 40px;
  width: 200px;
}
.button A {
  color: #000000;
  position: relative;
  text-align: center;
  top: 8px;
}

/* common content pages */
.content {
  background-color: #c7c7c7;
}
.heading {
  background-color: #262425;
  color: #FFFFFF;
}
.subheading {
	color: #000000;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}
.contentAdTitle {
	background-color: #5a88c6;
	color: #FFFFFF;
}
.contentAdBox { background-color: #c7c7c7; border: #000000 1px solid; }
.contentAdText { font-size: 8pt !important; }