/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Ariel, Verdana, sans-serif;
  font-size: 10pt;
}
BODY.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
H3 {
  color: #CC0000;
  font-size: 12pt;
  font-weight: bold;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000ff;
  text-decoration: underline;
}
A:Hover {
  text-decoration: none;
}
.center {
  text-align: center;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}
A.footerTxt {
  color: #0a2664;
  font-size: 10pt;
  text-decoration: underline;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #0a2664;
  font-size: 9pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #cccc99;
  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: #000000;
  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: #b2ae86;
  color: #ffffff;
  margin: 0px, 0px, 0px, 0px;
}

/* THEME USED THROUGHOUT WEBSITE */


.heading {
	background-color: #0a2664;
	color: #FFFFFF;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #f0f0f0;
	border: #000000 1px solid;
}
.contentAdTitle {
	background-color: #cccc98;
	color: #000000;
}
.contentAdText { font-size: 7pt !important; }