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

body {
	background-image: url(../images/generic/testimonials_back.gif);
	background-repeat: repeat-x;
	background-position:center top;
}

/*////////////////////////////////////////////////*/

.Header {
	font-size:24px;
	line-height:24px;
	color: #839097;
}

.SubHeader {
	font-size:16px;
	line-height:24px;
	color: #8c787f;
}
.SubHeaderSub {
	font-size:16px;
	line-height:24px;
	color: #839097;
}

/*////////////////////////////////////////////////*/

#TestimonialsTable{
	width:860px;	
}

.TestimonialCell{
	width:860px;
	height:auto;
	padding-top:10px;
	padding-bottom:14px;
	border-bottom:1px dotted #bdbfc1;
}

