/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #e1e1e1;
  color: #003d6c;
  font-family: Times New Roman, sans-serif;
  font-size: 11pt;
}
body.frame {
	margin: 0px;
}
HR {
  color: #000000;
  height: 1px;
}
p, td, div, span {
	font-size: 11pt;
}

.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;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  white-space: nowrap;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 12pt;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt {
  color: #ce1d13;
  font-weight: bold;
  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: 137px;
	text-align: center;
	vertical-align: middle;
	margin-top:0px;
}
DIV.menu2 {
	background: url(images/button2.gif) top left no-repeat;
	height: 24px;
	width: 137px;
	text-align: center;
	vertical-align: middle;
	margin-top:0px;
}
A.menuTxt2 {
  color: #ce1d13;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A.menuTxt3 {
  color: #FFFFFF;
  font-size: 12pt;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt3 {
  color: #ce1d13;
  text-decoration: none;
}
/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover.hotLink {
	color: #000000;
}
TD.hotLink {
	background-color: #014F7D;
	text-align: center;
}

/* popup window */
BODY.popup {
  background-color: #60722a;
  color: #ffffff;
}

/* THEME USED THROUGHOUT WEBSITE */


.outline {
  background-color: #000000;
  padding: 1px;
}

.content {
  background-color: #FFFFFF;
  padding: 5px;
  text-align: justify;
}

.heading {
  background-color: #014F7D;
  color: #FFFFFF;
}


.pageHeading {
  color: #FFFFFF;
  font-size: 15pt;
}

.subHeading {
  color: #666666;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #014F7D;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

