 * {
background: none !important;
}

.noPrint {
	display: none;
}





/* main page styles */

.mainIntro {
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	font-weight: normal;
	text-align: left;

	padding-bottom: 50px;
}



.mainIntroBig {
	font-size: 20px;
	line-height: 30px;
	color: #98CB01;
	font-weight: bold;
}



/* common styles */

.header {
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #98CB01;
}

.bodyTxt {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}


.floatRight{
	float: right;

	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatLeft{
	float: left;

	margin-right: 15px;
	margin-bottom: 10px;
}



.calloutBox {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
	color: #656565;

	position: relative;
	top: 0px;

	width: 140px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #EDF0FA;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


.mainWidth {
	width: 670px;
}


.link {
	color: #666698;
	text-decoration: none;
}

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


.caption {
	color: #65669A;
}




/* footer styles */

.footerTxt{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}