/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.4em;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
a:link {
	color: #002BFF;
}
a:visited {
	color: #551a8b;
}
/*a:hover {
	color: #FF0000;
}*/
img {
	border: 0px;
}
.printOnly {
	display: none;
}
.noWrapMe {
	white-space: nowrap;
}
/* 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 td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
/* general button look, apply the class to the anchor tag and create a inline or internal style that specifies the width */
#content .button {
	border: 1px solid #BFBFBF;
	color: #000000;
	background-color: #fdffbb;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	display: block;
}
#content .button:link {
	color: #000000;
}
#content .000000:visited {
	color: #FFF;
}
#content .button:hover {
	background-color: #cae2ee;
}

