/* CSS Document for testimonials left and right*/
div.TestLeft {
	padding: 5px;
	width:110px;
	border-top: 1px solid #7B080A;
	border-bottom: 1px solid #7B080A;
	text-align:left;
	background-color:#FCFCFC;
	line-height: 145%;
	font-size:10px;
}
div.TestRight {
	padding: 5px 8px 5px 8px;
	width:150px;
	border-top: 1px solid #7B080A;
	border-bottom: 1px solid #7B080A;
	text-align:left;
	background-color:#FCFCFC;
		line-height: 145%;
		font-size:11px;
	}
a.TestLeft, a.TestLeft:visited, a.TestLeft:active, a.TestRight, a.TestRight:visited, a.TestRight:active  {	
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a.TestLeft:hover, a.TestRight:hover{
	color: #331F17;
	text-decoration: underline;
}

