/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

h1 {
	font-size: 150%;
	color: #000000;
	text-align: center;
}

.table {
	white-space: nowrap;
	border: 2px #d2d2d2 solid;
	background: #ffffff;
	margin: 2px auto;
	padding: 4px;
}

.th
{
	font-size: 100%;
	margin: 0;
	padding: 2px;
	text-align:center;
}

.result_headers
{
	font-size: 90%;
	font-weight: bold;
	text-decoration:underline;
	margin: 0;
	padding: 2px;
	white-space:nowrap;
}

.result_results
{
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 2px 2px 2px 0;
}

.result_results a:link {
				color: #000099;
				text-decoration: underline;
				}	
			
.result_results a:visited {
				color: #000099;
				text-decoration: underline;
				}
		
.result_results a:hover	{
				color: #CCCCCC;
				text-decoration: underline;
				}

#Rules {
	margin: 20px auto;
	padding: 10px;
	width: 65%;
	border: 2px solid #006633;
	}
	
	#Rules H1 {
		margin: 5px auto;
		padding: 0;
		text-align:center;
		font-size: 120%;
		color:#006633;
		}
		
	#Rules H2 {
		margin: 5px auto;
		padding: 0;
		text-align:center;
		font-size: 100%;
		font-weight: bold;
		}


#QuickLink {
	margin: 5px auto;
	padding: 0;
	width: 65%;
	text-align:center;
		font-size: 100%;
		font-weight: bold;
	}
	
	#QuickLink a:link {
				color: #000099;
				text-decoration: underline;
				}	
			
			#QuickLink a:visited {
				color: #000099;
				text-decoration: underline;
				}
		
			#QuickLink a:hover	{
				color: #CCCCCC;
				text-decoration: underline;
				}

#Brochure {
	margin: 20px auto;
	padding: 10px;
	width: 65%;
	text-align:center;
		font-size: 100%;
		font-weight: bold;
	}
	
	#Brochure a:link {
				color: #000099;
				text-decoration: underline;
				}	
			
			#Brochure a:visited {
				color: #000099;
				text-decoration: underline;
				}
		
			#Brochure a:hover	{
				color: #CCCCCC;
				text-decoration: underline;
				}



#copyright {
	font-size: 90%;
	font-weight: bold;
	margin: 10px auto;
	color: #000000;
	text-align:center;
}
