#MasterTable #Main .Testimonial {
	background-color: #FFFFCC;
	border: 1px dotted #7E91B1;
	padding: 8px;
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#MasterTable #Main .Testimonial p {
	margin-top: 0px;
	margin-bottom: 3px;
}
#MasterTable #Main .Fee {
	border-top: solid 1px #7E91B1;
	padding-top: 5px;
	color: #990000;
	clear: both;
	font-weight: bold;
}
#MasterTable #Main .Fee .Cost {
	color: #386934;
}

#MasterTable #Main .Fee .Note {
	font-style: italic;
	color: #333333;
	font-weight: normal;
}
#MasterTable #Main .Fee .Signup {
	font-weight: bold;
	margin-left: 25px;
}
#MasterTable #Main .hr {
	border-bottom: solid 3px #003366;
}

