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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #8A929C;
}
.textarea {
	background-color: #FFF;
	background-image: url(images/textarea-bg.jpg);
	background-repeat: repeat-y;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.optin-form {
	background-image: url(images/optin-form.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 323px;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C4550;
	text-align: center;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D4753;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C4550;
	text-align: left;
	line-height: 18px;
}
.body-text-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C4550;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
	line-height: 18px;
}
.body-text-optin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	line-height: 18px;
}

