body { background:#2A3990; color:#fff; padding:44px 80px 44px 80px; margin:0; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; }

.headerimage {
	width: 850px;
	height: 90px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	padding: 20px;	
}

.headerimage img {
	border: 0;
	outline: none;
}

.legal {
	width: 850px;
	margin: 0 auto;
	padding: 20px;	
}

#PrivacyPage ol { counter-reset:item; }
#PrivacyPage li { display:block; }
#PrivacyPage li:before { content:"(" counter(item, lower-roman) ") "; counter-increment:item; }

#TermsPage ol { counter-reset:item; font-weight:bold; }
#TermsPage li { display:block; margin-bottom:1em; }
#TermsPage li:before { content:counters(item, ".") ". "; counter-increment:item; }
#TermsPage .content { font-weight:normal; }

#RulesPage ol { counter-reset:item; }
#RulesPage ol li { display:block; margin-bottom:1em; }
#RulesPage ol li:before { content:counters(item, ".") " "; counter-increment:item; }

h1 { font-size:30px; }
h2 { font-size:14px; }
p, li { font-size:10px; }
a { color:#fff; font-weight:bold; }

#schedule h2 {
	text-transform: uppercase;
	color: #f00;
	font-size: 20px;
	margin: 0 0 8px 0; padding: 0;
	clear:both;
}

#schedule h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin: 0 0 8px 0; padding: 0;
	clear:both;
}

#schedule dl {
	clear:both;
	margin-bottom: 0 0 0 0;
	padding: 3px 0;
}

#schedule dl dt {
	vertical-align: bottom;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 0 0; padding: 0;
	float: left;
}

#schedule dl dd {
	vertical-align: bottom;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0; padding: 0;
	min-width: 50px;
	float: left;
}

#schedule div.sg {
	margin: 0; padding: 0 0 30px 0;
}

#schedule div.masclass {
	margin: 0 0 20px 0; padding: 0;
	clear: both;
}

ul.schedule_links {
	list-style-type: none;
	margin: 0 0 30px 0; padding: 0;
}

ul.schedule_links li {
	margin: 0; padding: 0;
	font-size: 11pt;
	font-weight: normal;
}

ul.schedule_links li a {
	color: #f00;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

a.notransform {text-transform: none;}
