/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
}
BODY {
  background-color: #FFFFFF;
  margin: 10px;
}
HR {
  color: #000000;
  height: 1px;
}
.center {
  text-align: center;
}

/* default link */
A {
  color: #0000FF;
  font-size: 10pt;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED */

/* frame */
BODY.frame {
  margin: 0px;
}
.headerTxt {
  color: #FFFFFF;
  font-family: "Times New Roman", Times, monospace;
  font-size: 10pt;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-family: "Times New Roman", Times, monospace;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #0000FF;
  text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/btnTips.gif) top left no-repeat;
  font-size: 11pt;
  height:39px;
  width:169px;
}
.button a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  text-align: center;
  top: 12px;
}
.button a:hover {
  color: #000000
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* common content pages */
.heading,.content {
  background-color: #E6E6E6;
}
.outline {
  background-color: #999966;
  padding: 2px;
}
.pageHeading {
  color: #000066;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13pt;
}
.subHeading {
  color: #000066;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #01115f;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #E6E6E6;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}
