/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #f0f0f0;
	font-size: 80%;
	margin: 0px 0px 75px 0px;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
table, tr, td, th
{
	border: none;
}

/* Alignment */
.center, .cellCenter td, .cellCenter th, .center img, .alignCenter img, img.center { text-align: center; }
.right, .cellRight td, .cellRight th { text-align: right;}
.left, .cellLeft td, .cellLeft th { text-align: left;}
.middle, .cellMiddle td, .cellMiddle th { vertical-align: middle; }
.top, .cellTop td, .cellTop th { vertical-align: top; }
.bottom, .cellBottom td, .cellBottom th { vertical-align: bottom; }

.indent {text-indent: 1em;}
img.right, img.alignRight, .floatRight { float: right; }
img.left, img.alignLeft, .floatLeft { float: left; }

.alignCenter {
	margin-left: auto;
	margin-right: auto;
}
.alignLeft {
	margin-left: 0px;
	margin-right: auto;
}
.alignRight {
	margin-left: auto;
	margin-right: 0px;
}

.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.lblMessage {
	color: #F00;
	font-weight: bold;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0px;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.2em;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
.ss_lists li {
	margin-bottom: auto;
}
ul.noBullets 
{
	list-style-type: none;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #FF0000;
}
img {
	border: 0px;
}
.printOnly {
	display: none;
}
/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* table style primarily used for one row, two column table that puts text on the same line, the first column flushed left, the second column flushed right */ 
.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td, .flushRight th {
	padding: 0px;
	margin: 0px;
}
/* table style for form input, for a two columnt table, where the first column is aligned to the right
	when creating the table, apply this class in the table tag and add <COLGROUP class="formC1"></COLGROUP> after the table tag */
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width:auto;
}
.formInput th {
	padding: 5px;
	margin: 0px;
	color: #FFF;
	background-color: #027897;
	text-align: left;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
