/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFF;
	margin: 0px 0px 75px 0px;
	font-size: 80%;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content form {
	padding: 0px;
	margin: 0px;
}

/* 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, strong { font-weight: bold; }
.noBold {
	font-weight: normal;
}
.italic, em {
	display: inline;
	font-style: italic;
	overflow: visible;
	width: 100% !important;
	width: auto;
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.greenText {
	color: #096;
}
.blueText {
	color: #00F;
}

.smallText {
	font-size: 0.85em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.2em;
	/*font-variant: small-caps;
	background: url(../_images/paragraphTitleBG.png) left bottom no-repeat;*/
}
/* LIST FORMATING*/
ul {
	list-style: outside disc;
	margin: 1em 0 1em 3em;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ol {
	list-style: outside decimal;
	margin: 1em 0 1em 3em;
}
ol ol {
	list-style-type: lower-alpha;
}
li {
	vertical-align: middle;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* this class creates a single-spaced list to combat inheritance from above */
li li, .ss_lists li {
	clear:left;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
ol.A {
	list-style-type: upper-alpha;
}
ol.a {
	list-style-type: lower-alpha;
}
ol.I {
	list-style-type: upper-roman;
}
ol.i {
	list-style-type: lower-roman;
}
ul.none {
	list-style-type: none;
}

img {
	border: 0px;
}

/*noPrint class just so it shows up*/
.noPrint {
}
.printOnly {
	display: none;
}
.firstParagraph {
	margin-top: 0px;
	padding-top: 5px;
}
/* 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 */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.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;
}

/* Paddding and Margin */
.paddingAll, .cellPaddingAll td, .cellPaddingAll th {
	padding: 5px;
}
.paddingBottom, .cellpaddingBottom td, .cellpaddingBottom th {
	padding-bottom: 5px;
}
.paddingTop, .cellpaddingTop td, .cellpaddingTop th {
	padding-top: 5px;
}
.paddingRight, .cellpaddingRight td, .cellpaddingRight th {
	padding-right: 5px;
}
.paddingLeft, .cellpaddingLeft td, .cellpaddingLeft th {
	padding-left: 5px;
}
.marginAll, table.marginAll {
	margin: 5px;
}
.marginBottom, table.marginBottom {
	margin-bottom: 5px;
}
.marginTop, table.marginTop {
	margin-top: 5px;
}
.marginLeft, table.marginLeft {
	margin-left: 5px;
}
.marginRight, table.marginRight {
	margin-right: 5px;
}

.paddingAllBig, .cellPaddingAllBig td, .cellPaddingAllBig th {
	padding: 10px;
}
.paddingBottomBig, .cellpaddingBottomBig td, .cellpaddingBottomBig th {
	padding-bottom: 10px;
}
.paddingTopBig, .cellpaddingTopBig td, .cellpaddingTopBig th {
	padding-top: 10px;
}
.paddingRightBig, .cellpaddingRightBig td, .cellpaddingRightBig th {
	padding-right: 10px;
}
.paddingLeftBig, .cellpaddingLeftBig td, .cellpaddingLeftBig th {
	padding-left: 10px;
}
.marginAllBig, table.marginAllBig {
	margin: 10px;
}
.marginBottomBig, table.marginBottomBig {
	margin-bottom: 10px;
}
.marginTopBig, table.marginTopBig {
	margin-top: 10px;
}
.marginLeftBig, table.marginLeftBig {
	margin-left: 10px;
}
.marginRightBig, table.marginRightBig {
	margin-right: 10px;
}

/* 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;
}

.noBorder {
	border: none;
}
.noBorderLeft {
	border-left: none;
}
.noBorderRight {
	border-right: none;
}
.noBorderTop {
	border-top: none;
}
.noBorderBottom {
	border-bottom: none;
}

.sectionTitle {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.1em;
}

blockquote {
	margin: 1em 3em;
	display: block;
}
