/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}
BODY {
  background-color: #FFFFFF;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}
.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
H1 {
  color: #6D6D6D;
}
H3 {
  color: #45507D;
}
HR {
  color: #000000;
  height: 1px;
}
.centerTxt {
  text-align: center;
}

/* default link */
A {
  color: #0000ff;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}

A:hover.footerTxt {
  text-decoration: none;
}
A.menuTxt {
  color: #000000;
  font-size: 9pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #0000FF;
}

/* popup window */
BODY.popup {
  background-color: #60722a;
  color: #ffffff;
}

/* tips pages */
.button {	
  background: url(/images/tipsbutton.gif) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 5px;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* THEME USED THROUGHOUT WEBSITE */

/* common content pages */
.outline {
  background-color: #000000;
  padding: 1px;
}
.content {
  background-color: #bcbcbc;
  padding: 5px;
  text-align: justify;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.heading {
  background-color: #414a73;
  color: #FFFFFF;
}
.subHeading {
  color: #13226A;
  font-size: 12pt;
  font-weight: bold;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #414a73;
	color: #FFFFFF;
}
.contentAdBox,.contentAdRect {
	background-color: #bcbcbc;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
	color: #000000;
}
