<!--
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 775px;
	margin: auto;
	padding: 1px;
	border: 2px solid #ffffff;
	background-color:#FFFFFF;
}

.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


#testimonialOLD {
	border: 1px #333333 solid;
	background-color: #CCCCCC;
	float: right;
	width: 200px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-style: italic;
}

#testimonial .person {
	font-weight: bold;
	font-size: 10px;
}
.testimonial .business {
	font-weight: bold;
	font-size: 12px;
}
#testimonial .location {
}

#testimonial .quoteTitle {
}
.contentArea {
	padding: 20px 10px 0px 15px;
}

p {
	line-height: 16px;
}

.footer {
	padding-left: 5px;
	font-size: 9px;
}
-->