/* General
----------------------------------------------- */
html{
	scrollbar-face-color: #2a2a2a;
	scrollbar-highlight-color: #2a2a2a;
	scrollbar-shadow-color: #2a2a2a;
	scrollbar-3dlight-color: #ededed;
	scrollbar-arrow-color: #ededed;
	scrollbar-track-color: #008bd6;
	scrollbar-darkshadow-color: #ededed;
	}


body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #2a2a2a;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	}
	
.contentBkgd{
	background-color: #ededed;
}



/* Text
----------------------------------------------- */
.headline{
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 13px;
	line-height : 20px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.bodycopy{
	font-family: Verdana, 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: #3d3d3d;
}
.rulesPage{
	text-align: justify;
	font-size: 10px;
	color: #000;
}
.formText{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.footer{
	font-size: 10px;
	color: #000;
}

/* Form
----------------------------------------------- */
.formColor{
	background-color: #73b4d7;
}






/* Links
----------------------------------------------- */
a:link {
	color: #008bd6;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #008bd6;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #008bd6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #008bd6;
	font-weight: bold;
	text-decoration: underline;
}
