/**** Basic Controls ****/
/******
body { 
	color: #000000;  
	margin: 4px; 
	}

*****/

/**** Developer Defined ****/

.headerlinks a:link { 
	font-family: Geneva;
	font-size: 16pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
.headerlinks a:visited { 
	font-family: Geneva;
	font-size: 16pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
.headerlinks a:hover, a:active { 
	font-family: Geneva;
	font-size: 16pt;
	text-decoration: underline overline; 
	color: #008BDA; // $COLOR_ONE
	}
.namelinks a:link { 
	font-family: Geneva;
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
.namelinks a:visited { 
	font-family: Geneva;
	font-size: 9pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
.namelinks a:hover, a:active { 
	font-family: Geneva;
	font-size: 9pt;
	font-weight: bold; 
	text-decoration: underline overline; 
	color: #008BDA; // $COLOR_ONE
	}
.namegonelinks a:link { 
	font-family: Geneva;
	font-size: 9pt;  
	text-decoration: none; 
	color: #000000;
	}
.namegonelinks a:visited { 
	font-family: Geneva;
	font-size: 9pt;
	text-decoration: none; 
	color: #000000;
	}
.namegonelinks a:hover, a:active { 
	font-family: Geneva;
	font-size: 9pt;
	text-decoration: underline overline; 
	color: #008BDA; // $COLOR_ONE
	}
.verticalline {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}
.regerror {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #FF0000;	
}
.header {
	font-family: Georgia;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.header1 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.headerleft {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.ranktitle {
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #008BDA; // $COLOR_ONE
}
.rankbullets {
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}
.rankgonebullets {
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: line-through;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}
.ranktotals {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	background-color: #783111;
	color: #FFFFFF;
}
.rankingscols {
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #000000;
}
.rankingsfirst {
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}
.rankingsfirst a:link { 
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	}
.rankingsfirst a:visited { 
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	}
.rankingsfirst a:hover, a:active { 
	font-family: Geneva;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline overline; 
	color: #008BDA; // $COLOR_ONE
        }
.tablesmall {
	font-family: Geneva;
	font-size: 8pt;
	color: #000000;
}
.tablesmallbold {
	font-family: Geneva;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.tableheaderbold {
	font-family: Geneva;
	font-size: 12pt;
	font-weight: bold;
	line-height: 90%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.rankings {
	font-family: Geneva;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}
.rankings a:link { 
	font-family: Geneva;
	font-size: 10pt; 
	text-decoration: none; 
	color: #000000;
	}
.rankings a:visited { 
	font-family: Geneva;
	font-size: 10pt;
	text-decoration: none; 
	color: #000000;
	}
.rankings a:hover, a:active { 
	font-family: Geneva;
	font-size: 10pt;
	text-decoration: underline overline; 
	color: #783111;
        }
.messagetitle {
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #008BDA; // $COLOR_ONE
}
.messageinfo {
	font-family: Times New Roman;
	font-size: 8pt;
	text-align: left;
	background-color: #F5BC49; // $COLOR_TWO
	color: #000000;
}
.message {
	font-family: Times New Roman;
	font-size: 10pt;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}
.asterisk {
	font-family: Times New Roman;
	font-size: 8pt;
	text-align: left;
	font-style:italic;
	color: #000000;
}
.teamtitle {
	
}
.notcomplete{
	font-family: Times New Roman;
	font-size: 14pt;
	color: #000000;
}
#copyright {
	position: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	bottom: 2;
}