#Testimonials {
	/* The enclosing div is responsible for setting a fixed hight, 
	so that varying rotating testimonial height doesn't 
	cause dynamic vertical shifting of content below is */
	/* color:#1173A2; */
	color:#4f4f4f;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Testimonial {
	text-align:left;
	/* color:#1173A2; */
	color:#4f4f4f;
	position:relative;
	top: 10px;
	line-height:140%;

}

#TestimonialAuthor {
	text-align: right;
	padding: 15px 0 0 0;
	/* color:#1173A2; */
	color:#4f4f4f;
	font-weight: Bold;
}

.testimonialtext {
	/* color:#1173A2; */
	color:#4f4f4f;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.testimonial_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/* font-weight: bold; */
}
