@charset "UTF-8";
/*
 *	Style overrides for officialrules.html, legalnotices.html and moreinfo.html
 */
body {
	font: 75%/1.5 Helvetica, Arial, sans-serif;
	background: #000000;
	color: #ffffff;
	height: auto;
}
#content {
	max-width: 1260px;
	min-width: 950px;
	width: auto !important;
	min-height: 0;
	margin: 0 auto 70px auto;
	padding: 0 10px;
	text-align: justify;
}
#enterSiteLink {
	display: block;
	width: 156px;
	height: 58px;
	background: url(../images/enterSite.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 6px auto 100px auto;
}
#enterSiteLink:hover {
	background-position: 0 -58px;
}
a {
	color: #E80D0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* BEGIN officailRules.html */
.rulesHeader {
	color: #e80d0d;
	font-size: 24px;
	margin: 24px 0 12px 0;
}
#rulesLink.active, #rulesLink.active:hover {
	border-bottom: 1px solid #E80D0D;
}
/* END officialrules.html */

/* BEGIN legalnotices.html */
.legalHeader {
	color: #e80d0d;
	font-size: 24px;
	margin: 24px 0 12px 0;
}
#legalLink.active, #legalLink.active:hover {
	border-bottom: 1px solid #E80D0D;
}
.legalBody a, .legalBody a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* END legalnotices.html */

/* BEGIN moreinfo.html */
.moreHeader {
	color: #e80d0d;
	font-size: 24px;
	margin: 24px 0 12px 0;
}
#moreLink.active, #moreLink.active:hover {
	border-bottom: 1px solid #E80D0D;
}
/* END moreinfo.html */
