@charset "utf-8";
/* CSS Document */
.testimonial
{
font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	background-image:url(../graphics/quotes.gif);
	background-repeat:no-repeat;
	padding-left:80px;
}
.testimonial_quote
{
	font-size:16px;
	line-height:140%;
	color:#333333;
}
.testimonial_who
{
	
	color:#999999;
}
.testimonial a
{
	color:#999999;
}


