html {
	width: 100%;
	height: 100%;
}
body {
	color: #616161;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #585858;
	font-size: 28px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30 0 8px;
	padding: 0;
}

h2 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px;
	padding: 0;
}

a,a:visited,a:active{
	color: #1950db;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #ed1e79;
}

/* Other Styles - General */

.title {
	font-size: 12px;
	color: #ed1e79;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: bold;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.bods {
	font-size: 11px;
	color: #616161;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodsg {
	font-size: 11px;
	color: #616161;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.legal {
	font-size:9px;
	color: #626262;
	line-height: 12px;
}

.rules {
	width: 512px;
	padding: 12px 12px 32px;
}

/* Forms */

input {
	border: 1px solid #c7c7c7;
	background-color: #fff;
}

input.submit {
	border: 1px solid #c7c7c7;
	background-color: #000000;
	color: #dddddd;
	width: 120px;
	height: 40px;
	display: block;
}

input.reset {
	border: 1px solid #c7c7c7;
	background-color: #000000;
	color: #dddddd;
}


.hlbox { padding: 30px; background-color: #000000; color: #ffffff; font-size: 15px; line-height: 19px; }
.hlbox a { color: #ffffff; }
.boxborder { border: 1px solid #666666; } 

img { border: none; }

.bigandbold { font-size: 28px; font-weight: lighter; color: #aaaaaa; line-height: 30px; text-align: center; text-transform: uppercase; line-height: 30px; }
.bigandbold2 {  color: #000000; font-size: 28px; font-weight: bold; text-align: center; line-height: 30px; }

.bigandboldf { font-size: 20px; font-weight: lighter; color: #aaaaaa; line-height: 20px; text-align: center; text-transform: uppercase; line-height: 30px; }
.bigandboldf2 {  color: #000000; font-size: 20px; font-weight: bold; text-align: center; line-height: 20px; }

