@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5C6F6D;
	background-image: url(images/green-template/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.text-area {
	background-image: url(images/textarea-bg-wide.jpg);
	background-repeat: repeat-y;
}
.footer-text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.text-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.optin-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #080805;
}
.testimonial-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #192F2D;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0D453C;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.bodytext-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	list-style-position: inside;
	list-style-image: url(images/green-template/checkmark.jpg);
	list-style-type: circle;
}