@charset "utf-8";
.body_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	padding-left: 25px;
}

.body_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 15px;
}

.body_sub a:link {
	color: #0066cc;
	text-decoration:none;
}

.body_sub a:visited {
	color: #0066cc;
	text-decoration:none;
}

.body_sub a:active {
	color: #0066cc;
	text-decoration:none;
}

.body_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C0420C;
	line-height: 25px;
	padding-left: 25px;
}

.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	padding-right: 25px;
	padding-left: 25px;
}

.block {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	background-color: #EFFFCE;
	text-align: center;
	padding: 5px;
	float: right;
	height: 85px;
	width: 220px;
	border: 1px solid #7E3D05;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.block a:link, a:visited, a:active {
font-decoration: underline;
color:#669900;
font-weight:bold;
}

