/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
}

p, div, span, td {
	font-size: 9pt;
	font-family: Tahoma, Arial, Sans Serif;
}

HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #ff0000;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
	color: #777777;
	font-size: 16px;
}

A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}
.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 9pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #DDDDDD;
  text-decoration: none;
}
.menuTxt {
  color: #FFFFFF;
  font-size: 9pt;
}

/* tips pages */
.button {	
  background: url(images/tipsButton.gif) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
  padding-top: 5px;;
}
.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;
}

/* popup window */
BODY.popup {
  background-color: #60722a;
  color: #ffffff;
}

/* common content pages */
.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #000000;
  padding: 2px;
}
.heading {
  background-color: #0046b1;
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #055DAD;
  font-size: 12pt;
  font-weight: bold;
}
.listingsHeadingTxt { color: #FFFFFF; }

/* Content Ad Styles */

.contentAdTitle {
	background-color: #0046b1;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #e4e4e4;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}


/* THEME USED THROUGHOUT WEBSITE */
