/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;  
}
BODY {
  background-color: #eee9c8;
  margin: 12px;
}
HR {
  color: #000000;
  height: 1px;
}
.centerTxt {
  text-align: center;
}

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED */

/* frame */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #000000;
  font-size: 16pt;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
A:Hover.hotLink {
	color: #333333;
}
TD.hotLink {
	background-color: #3d4a89;
	text-align: center;
}

/* menu */
DIV.menuBtn {
  background: url(images/Btn.gif) top left no-repeat;
  padding-top: 5px;
  text-align: center;
}
A.menuTxt {
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #005a57;
}

/* tips pages */
.button {	
  background: url(images/buttonTips.gif) top left no-repeat;
  font-size: 11pt;
  height:41px;
  width:191px;
}
.button A {
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 8px;
}
.button A:hover {
  font-size: 12pt;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* common content */
.heading {
  background-color: #a6541b;
  color: #FFFFFF;
}
.outline {
  background-color: #000000;
}

/* Content Add Styles */
.contentAdTitle {
	background-color: #000000;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText { font-size: 8pt !important; }
/* Custom Ad Styles */
.contentAdBox {
	background-color: #dedede;
	border: #000000 1px solid;
}
.contentAdTitle {
	background-color: #a6541b;
	color: #FFFFFF;
}
.outline { background-color: #000000; }
.pageSize { width: 700px; }
