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

body {
	background-repeat: repeat;
	background-color: #000;
}
.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: 333px;
	width: 415px;
}
.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: #C1270F;
}
.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: 16px;
	font-weight: normal;
	color: #0A0056;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
	line-height: 20px;
}
.body-text-optin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0C0800;
	text-align: left;
	line-height: 18px;
}
.textarea-2 {
	background-color: #FFF;
	background-image: url(images/textarea-bg2.jpg);
	background-repeat: repeat-y;
}

