/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 3px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
TD {
  font-family: Tahoma, Arial, Sans Serif;
  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 */
.frameBody {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.headerTxt {
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
.menuTxt, .menuTxt A {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
.menuTxt A:hover {
  color: #ffffff;
}

/* tips pages */
.button {	
  background: url(images/btnTips.jpg) top left no-repeat;
  font-size: 12pt;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 8px;
  text-decoration: none;
}
.button a:hover{
	color: #FFFFFF;
}

/* popup window */
BODY.popup {
  background-color: #646D96;
  color: #ffffff;
}

/* common content pages */
.content {
  background-color: #E1E1E1;
}
.heading {
  background-color: #000000;
  color: #FFFFFF;
}
.outline {
  background-color: #000000;
  padding: 1px;
}

/* Content Add Styles */
.contentAdTitle {
	background-color: #000000;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #f7f0d4;
	border: #000000 1px solid;
}
.contentAdText { font-size: 8pt !important; }
LABEL { font-size: smaller; }
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* THEME USED THROUGHOUT WEBSITE */

