/* General
----------------------------------------------- */
html {
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #ef3e3f;
	scrollbar-darkshadow-color: #FFF;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}

#jukebox {
	width: 292px;
	height: 46px;
	margin-right: auto;
	margin-left: auto;
}


/* Text
----------------------------------------------- */
.headline {
	text-align: center;
	font-size: 13px;
	line-height : 20px;
	font-style: normal;
	font-weight: bold;
}
.bodycopy {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #fff;
}
.smallCenter {
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.rulesPage {
	text-align: justify;
	font-size: 10px;
	color: #000;
}
.formText {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.mozescopy {
	font-size: 8px;
}
.footer {
	font-size: 10px;
}

/* Form
----------------------------------------------- */
.formColor {
	background-color: #efefef;
	color: #000;
}






/* Links
----------------------------------------------- */
a:link {
	color: #ef3e3f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ef3e3f;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ef3e3f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ef3e3f;
	font-weight: bold;
	text-decoration: underline;
}
