@charset "UTF-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;
	font-weight:300;
	text-align:center;
}

.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;
	font-weight:300;
	text-align:center;
	text-decoration:underline;
}

.subheadline{
	font-family: Arial, Helvetica, sans-serif;
	color:#533419;
	font-size:16px;
	font-weight:300;
	text-align:left;
}

body {
	background-color: #000;
	background-image: url(../images/500-background.jpg);
	background-repeat:no-repeat;
}

.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:300;
	text-align:left;
	line-height:20px;
}
.body-disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	font-weight:300;
	text-align:left;
}

.body-disclaimer-bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	font-weight:800;
	text-align:left;
}

.body-links-bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#533419;
	font-size:12px;
	font-weight:800;
	text-align:left;
	text-decoration:underline;
}
.textInputRequired {
	background-color:#FF3300;
}

.textInputValid {
	background-color: #99FF00;
}

.textInput {
	background-color: #FFFF99;
	/*font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:300;*/
}
