/* General
----------------------------------------------- */
body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #c00;
	scrollbar-darkshadow-color: #FFF;
}
.contentBkgd{
	background-color: #fff;
}



/* Text
----------------------------------------------- */
.headline{
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	font-size: 13px;
	line-height : 20px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.bodycopy{
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}
.smallCenter{
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}
.rulesPage{
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	font-size: 10px;
	color: #000;
}
.rulesSection{
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.formText{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.footer{
	font-size: 10px;
	color: #000;
}

/* Form
----------------------------------------------- */
.formColor{
	background-color: #FAC551;
}






/* Links
----------------------------------------------- */
a:link {
	color: #b00100;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #b00100;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #b00100;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #b00100;
	font-weight: bold;
	text-decoration: underline;
}
