@charset "UTF-8";
/* CSS Document */

.bodycopy, .bodybold, .footerNav, .largecallout, .callout, .hovercallout, .qcallout, .orangecallout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14pt;
	color:#383838;
	text-align:left;
}
.bodybold {
	font-weight:bold;
}

.callout, .largecallout, .hovercallout {
	font-size:11px;
	font-weight:bold;
	color:#496272;
}

.largecallout, .orangecallout {
	font-size:14px;
}

.orangecallout {
	color:#f4b54f;
	font-size:16px;
	}

.hovercallout:hover {
	color:#383838;
}

.qcallout {
	
	text-align:left;
	font-size:12px;
	font-style:italic;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#496272;
	border:thin;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-top-color:#CCCCCC;
	
}

.imagepadding {
	padding-right:15px;
	
	}
	

