body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.electionTitle {
	font-size: 14px;
	font-weight: bold;
	background: #dddddd;
	height: 20px;
	width: 100%;
	text-indent: 20px;
}
.pageTitle {
	font-weight: bold;
	background: #eeeeee;
	height: 20px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.stationName {
	font-weight: bold;
	background: blue;
	height: 20px;
	width: 100%;
}
.instructions {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.raceTitle1 {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	font-size: 14px;
}
.raceTitle2 {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.raceTitle3 {

	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.returnLink {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	cursor: hand;
	font-size: 14px;
	text-align: center;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	background: white;
	height: 20px;
	width: 100%;
	font-style: italic;
}
.timeLabel {
	font-size: 10px;
	font-weight: bold;
	background: #000000;
	height: 15px;
	text-align: center;
	color: #FFFFFF;
}
.timeValue {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	height: 15px;
}
.precincts {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.precinctsLabel {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.precinctsPercent {

	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.resultsLabel {
	font-weight: bold;
	color: #000000;
	text-align:center;
	background: #dddddd;
}
.resultsWinnerCell {
	text-align: center;
	background: #FFFFFF;
	font-weight: bold;
	color: #000099;
	font-size: 14px;
}
.resultsIncumbentCell {
	color: #000099;
	text-align: center;
	background: #FFFFFF;
}
.resultsCandidatesCell {
	background: #FFFFFF;
}
.resultsCandidatesItem {
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
}
.resultsVotesCell {
	background: #FFFFFF;
	text-align: right;
}
.resultsVotesItem {
	font-weight: normal;
	color: #000000;
	padding-right: 25px;
}
.resultsPercentCell {
	background: #FFFFFF;
	text-align: right;
}
.resultsPercentItem {
	font-weight: bold;
	color: #FF0000;
	padding-right: 18px;
}
.raceTitleSeparator {

	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.resultsTable {
	font-weight: bold;
	color: #000000;
	background: #F4F4F4;
}
.rownormal {
	background-color: #FFFFFF;
}
.rowhighlight {
	background-color: #eeeeee;
}
.summaryItem {
	font-weight: normal;
	color: #000000;
}

