﻿.tr, .bl, .br {
	  position: absolute;
	  width: 20px;
	  height: 20px;  /* corner images are 20x20 */
	  display: block;
	  margin-bottom: 0px;  /* this is for IE */
	}
	
	.tr {
	  background : transparent url('../Web%20Elements/Images/Corners/Green%20Box_r1_c2.gif') no-repeat;
	  top : 0;
	  right : 0;
	}
	
	.bl {
	  background : transparent url('../Web%20Elements/Images/Corners/Green%20Box_r2_c1.gif') no-repeat;
	  bottom : 0;
	  left : 0;
	}
	
	.br {
	  background : transparent url('../Web%20Elements/Images/Corners/Green%20Box_r2_c2.gif') no-repeat;
	  right : 0;
	  bottom : 0;
	}
.Testimonial_Box {
	background: green url('../Web%20Elements/Images/Corners/Green%20Box_r1_c1.gif') no-repeat;
	width: 220px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.Testimonial_Header {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.Testimonial_Body {
	padding: 15px;
	background-color: #FFFFFF;
	border: thin solid #008000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.Testimonial_Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
