/* General
----------------------------------------------- */
html{
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #232323;
	scrollbar-shadow-color: #232323;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #ff6c00;
	scrollbar-darkshadow-color: #FFF;
}
body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #282828;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}
.contentBkgd{
	background-color: #ededed;
}



/* Text
----------------------------------------------- */
.headline{
	font-family: Arial, Helvetica;
	text-align: center;
	font-size: 12px;
	line-height : 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.bodycopy{
	font-family: Arial, 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: #202020;
}
.rulesPage{
	text-align: justify;
	font-size: 10px;
	color: #000;
}
.formText{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.footer{
	font-size: 10px;
	color: #000;
}
.footerwhite{
	font-size: 10px;
	color: #fff;
}
/* Form
----------------------------------------------- */
.formColor{
	background-color: #FAC551;
}






/* Links
----------------------------------------------- */
a:link {
	color: #ff6c00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff6c00;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ff6c00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff6c00;
	font-weight: bold;
	text-decoration: underline;
}