/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Courier Bold, tahoma;
  font-size: 11pt;
}
BODY {
  background-color: #E1E1E1;
  margin: 12px;
}
HR {
  color: #000000;
  height: 1px;
}

.blueheading {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.bluetext {
	color: #0000FF;
	font-weight: bold;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED */

/* frame */
BODY.frame {
  margin: 0px;
}
.headerTxt {
  color: #FFFFFF;
  font-size: 12pt;
  white-space: nowrap;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #E1E1E1;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #ff0000;
  text-decoration: none;
}
A:Active.menuTxt {
  color: #ff0000;
  text-decoration: none;
}
DIV.gutter {
	background: url(images/bgLeft.gif) top left;
	width: 142px;
	height: 100%;
	padding-left: 5px;
	text-align:left;
}
DIV.menu {
	background: url(images/button.gif) top left no-repeat;
	height: 24px;
	width: 148px;
	text-align: center;
	padding-top: 2px;
	vertical-align: middle;
	margin-top:0px;
}

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
A:hover.hotLink {
	color: #c8c4b8;
}
TD.hotLink {
	background-color: #a30101;
	text-align: center;
}

/* tips pages */
.button {	
  background: url(images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:36px;
  width:186px;
}
.button A {
  color: #000000;
  position: relative;
  text-align: center;
  top: 8px;
  font-weight: bold;
}
A:hover.button {
  font-size: 12pt;
  color: #ff0000:
}
#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: #011e61;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.content {
  background-color: #FFFFFF;
  padding: 5px;
  text-align: justify;
}
.pageHeading {
  color: #FFFFFF;
  font-family: feline, bangle, tahoma;
  font-size: 14pt;
}
.heading {
  background-color: #a30101;
  color: #FFFFFF;
}
.subHeading {
  color: #13226A;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #a30101;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}



