/* CSS Document */

.testimonialTable {
	margin:0px;
	padding:5px;
	width: 100%;
}

.testimonialTable th {
	margin: 2px;
	padding: 2px;
}

.testimonialTable td {
	margin: 8px;
	padding: 2px;
	border-bottom: 1px solid black;
}

.testimonialTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.testimonialTable tr td table, .testimonialTable tr td table tr, .testimonialTable tr td table tr, .testimonialTable tr td table tr th {
	border: none;
}

.testimonialName {
	font-weight:bold;
	font-size:.7em;
	color:#008C44;
}
