/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
BODY.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
.inputB {
	border: #000000 1px solid;
		}
		
LABEL { font-size: smaller; }

.reqField {
	font-size: 9pt;
}

/* default link */
A {
  color: #0000ff;
  text-decoration: underline;
}
A:hover {
  text-decoration: none;
}
.center {
  text-align: center;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #045acb;
  font-size: 12pt;
  font-style: italic;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
  text-decoration: underline;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #18007a;
  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;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.content {
  background-color: #efefef;
  padding: 10px;
  text-align: justify;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16pt;
}
.heading {
	color: #FFFFFF;
	height: 35px;
	background-image: url(images/heading.gif);
    background-repeat: no-repeat;
}
.subHeading {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}
.outline {
	background-color: #FFFFFF;
}

.contentAdRect {
	background-color: #FFFFFF;
	border: none;
	width: 410px;
}
.contentAd1_adBox {
	background-color: #FFFFFF;
}
.contentAdTitle {
	background-color: #045acb;
	color: #FFFFFF;
}
.contentAdText {
	font-size: 8pt !important;
}
input, textarea {
	border-bottom: #000000 1px;
	border-top: #000000 1px;
	border-right: #000000 1px;
	border-left: #000000 1px;
}
.infCenterTBL {
border: 0px;
width: 600px;
}

.listingsHeadingTxt {
	color: #FFFFFF;
	background-image: none;
	font-size: 10pt;
}
.contentAdText {
	font-size: smaller;
}

/* THEME USED THROUGHOUT WEBSITE */

