/* Text Classes for Menus */





.introText {
	!important;
	line-height: 25px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #CF6E1B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}



.testimonial {
	font-size: 14px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #6E6652;
	padding-bottom: 10px;
	padding-top: 5px;
	
}


.author{
	line-height: 17px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #046E3D;
	
}



.rule {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F1F4F9;
	padding-top: 5px;
	margin-bottom: 15px;
}



.bodySm {
font-size: 11px;
}


.bodyLarge {
font-size: 14px;
}


