/* 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: #ffffff;
  margin-bottom: 12px;
  margin-left: 48px;
  margin-right: 48px;
  margin-top: 12px;
}
HR {
  color: #000000;
  height: 2px;
}
P,TD {
  font-size: 9pt;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}
/* default link */
A {
  color: #ff0000;
}
A:hover {
  text-decoration: none;
}

/* miscellaneous */
.center {
  text-align: center;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.frame {
  margin: 0px, 0px, 0px, 0px;  
}
.headerTxt {
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #ffffff;
  font-size: 8pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #ff0000;
  text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/btnTips.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #ffffff;
  position: relative;
  text-align: center;
  top: 8px;
}
#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: #bdbdbd;
  color: #ffffff;
  margin: 0px, 0px, 0px, 0px;
}

.heading {
  background-color: #1b2b8a;
  color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #1b2b8a;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #EEEEEE;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}