.noPrint {
	display: none;
}


.promoTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;

	color:#656565;
}





/* inside page styles */



.leftCol {
	width: 145px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

.contentCol {
	width: 450px !important;
	padding: 1px 20px 20px 20px;

	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	line-height: 14.5pt;
	color: #000000;
	font-style: normal;
	font-weight: normal
}


.content2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: normal
}




.header1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14pt;
	color: #000000;
	font-style: bold;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


.header3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


.link{
	font-family: Arial, Helvetica, Verdana;
	color: #005CB7;
	text-decoration: underline;
}

.link:hover{
	font-family: Arial, Helvetica, Verdana;
	color: #808080;
	text-decoration: none;
}


.leftNav {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #825968;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
}


.leftNav:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #989898;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
}




.footerLink{
	font-family: Arial, Helvetica, Verdana;
	color: #000000;
	text-decoration: underline;
}



.footerLink:hover{
	font-family: Arial, Helvetica, Verdana;
	color: #808080;
	text-decoration: none;
}


.footer {
	text-align: center;
	margin: 10px;
}

.liPadding {
	padding-bottom: 10px;
}

.supFix{
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}






/* background colors */

.pgBkgnd {
	background: #826972;
}


.tableGenBkgnd {
	background: #FFFFFF;
}

.tableSubnavcolBkgnd {
	background: #FFFFFF;
}

.tableContentBkgnd {
	background: #E1E5D2;
}

.tableContentBkgnd2 {
	background: #FFFFFF;
}


.ReqField {
	font-size: 18px;
	font-weight: bold;
	color: #bb0000;
}

