#testimonial_content_div {
	position: absolute;
	top: 5px;
	left: 25px;
	z-index: 100;

	overflow: hidden;

	width: 425px;
	height: 93px;
}

#testimonial_1_tbl {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;

	width: 100%;
	height: 100%;
}

.testimonial_tbl {
	font-family: Times New Roman, Georgia, Verdana, Sans-Serif;
	font-size: 10pt;
	
/*	text-align: center;	*/
	
	width: 100%;
}

.testimonial_text {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-style: italic;
}

.testimonial_author {
	font-weight: bold;
	
	padding-top: 5px;
}

.testimonial_title {
	font-weight: bold;
}

.testimonial_org {
	font-weight: bold;
}

