/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, monospace;
  font-size: 9pt;
  margin: 0px, 8px, 12px, 8px;
}
H2,H3 {
  color: #d60000;
  font-style: italic;
}
HR {
  color: #000000;
  height: 1px;
}
TD {
  font-size: 9pt;
}

/* default link */
A {
  color: #ff0000;
}
A:hover {
  text-decoration: none;
}

.center {
  text-align: center;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.brandTxt {
  color: #000000;
  font-size: 12pt;
}
BODY.content {
  background-attachment: fixed;
  background-image: url(images/contentBgnd.jpg);
  background-repeat: repeat-x;
}
BODY.frame {
  margin: 0px;
}
.headerTxt {
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}
.pageFormat {
  background-attachment: fixed;
  background-image: url(images/logoBgnd.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 600px;
}

/* menu */
.menuBtn {
  background-image: url(images/menuBtn.jpg);
  height: 18px;
  padding-top: 1px;
  text-align: center;
  width: 105px;
}
A.menuTxt {
  color: #ffffff;
  font-size: 9pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #000000;
  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: 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: #D60000;
  color: #ffffff;
}

/* common content pages */
.content {
  background-color: #EEEEEE;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.heading {
  background-color: #d60000;
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #d60000;
  font-size: 12pt;
  font-weight: bold;
}
.listingsHeadingTxt { color: #FFFFFF; }

/* Content Ad Styles */

.contentAdTitle {
	background-color: #000000;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #eeeeee;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}
