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

body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-color: #092F5E;
}
.prehead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.textarea {
	background-image: url(textarea-bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}
.float-left {	display: inline;
	float: left;
}
.bullet-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.bullet-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
.float-right {	display: inline;
	float: right;
}
.style1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}.privacy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: normal;
}
.optinbox {
	background-image: url(optin-box.jpg);
	background-repeat: no-repeat;
	height: 223px;
	width: 237px;
}
.headline {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
.subhead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	color: #999;
}
