	.text {
	font-size: 11px;
	text-decoration: none;
	color: #000033;
	}
	
	.textMED {
	
	font-size: 12px;
		color: #000033;
		text-decoration: none;
	}
	
	.textMEDwhite {
	
	font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.header {
	color: #000066;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.headerRED {
	color: #A51029;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.RED {
		color: #A51029;
}
	
	


.small {
	font-size: 11px;
		color: #000;
		text-decoration: none;
	}
	
.smallwhite {
	font-size: 11px;
		color: #fff;
		text-decoration: none;
	}

.line {
	text-align: right;
}

.result_table_row_header {
	background-color: white;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	text-align: left;
}

.result_table_content_cell {
	background-color: white;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	text-align: right;
}

.result_table_total_row_header {
	background-color: white;
	padding: 5px;
	text-align: left;
}

.result_table_total_content_cell {
	background-color: white;
	padding: 5px;
	text-align: right;
}

.result_table_candidate_col_header {
	background-color: #dddddd;
    font-size: 12px;
	text-align: right; 
	vertical-align:bottom;
}

.county_turnout {
	background-color: #003366;
	color: white;
    font-size:x-small;
	font-weight: bold;
	text-align:left;
	border-color:#F9F9F9;
	border-style: none;
}

.county_turnout_rows {
	background-color: white;
	color: black;
    font-size:12px;
	font-weight: lighter;
	text-align:left;
	border-style: none;
}

.county_turnout_alt_rows {
	background-color: #EFEFEF;
	color: black;
    font-size:12px;
	font-weight: lighter;
	text-align:left;
	border-style: none;
}

.turnout_col_header {
	background-color:#003366;
	border-color: white;
	border-style: none none solid solid;
	border-width: 1px;
	color: white;
	font-weight:bold;
	padding: 5px;
}
.turnout_content {
	border-color: white;
	border-style: none none solid solid;
	border-width: 1px;
	color: black;
	padding: 5px;
	text-align: right;
}
.turnout_content_alt {
	background-color: #F0F0F0;
	border-color: white;
	border-style: none none solid solid;
	border-width: 1px;
	color: black;
	padding: 5px;
	text-align: right;
}
.turnout_row_header {
	border-color: white;
	border-style: none none solid solid;
	border-width: 1px;
	color: black;
	padding: 5px;
}
.turnout_row_header_alt {
	background-color:#F0F0F0;
	border-color: white;
	border-style: none none solid solid;
	border-width: 1px;
	color: black;
	padding: 5px;
}
.turnout_table_header {
	color: black;
	font-size:16px;
	font-weight:bold;
	padding: 20px 5px 5px 5px;
}

.sbe_group_active_page {
	color: #000099;
	font-weight: bold;
}
