/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
  margin: 0px;
}
H2,H3 {
  color: #000000;
}
H4 {
  color: #0011ff;
}
HR {
  color: #000000;
  height: 1px;
}
P {
  font-size: 9pt;
}
TD {
  font-size: 9pt;
}
.framecontent {
  margin: 15px;
}

/* default link */
A {
  color: #0011ff;
}
A:hover {
  text-decoration: none;
}

/* miscellaneous */
.center {
  text-align: center;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
BODY.frame {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
  margin: 0px;
}
.headerTxt {
  color: #000000;
  font-size: 9pt;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #ffffff;
  font-size: 9pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #ebd3b1;
  text-decoration: underline;
}

/* tips pages */
.button {	
  background: url(images/btnTips.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #ffffff;
  position: relative;
  text-align: center;
  top: 8px;
}
#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: #3f79b8;
  color: #ffffff;
  margin: 0px, 0px, 0px, 0px;
}

/* THEME USED THROUGHOUT WEBSITE */

/* common content pages */
.heading,.content {
  background-color: #3F79B8;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #061566;
  font-size: 12pt;
  font-weight: bold;
}
.content {
  background-color: #CFDAEC;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #3F79B8;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #CFDAEC;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}