body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 290px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

.question {
	font-weight: bold;
	font-size: 11px;
}

.fieldset {
	border: solid 1px #fffffff;
	width: 285px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	background:#fff;
}

legend {
	color: #ffffff;
	background: #3434dd;
	border: 1px outset #fff;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults {
	font-size: 8pt;
	background:#fff;
	
}

.vote {
	margin-top: 0px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

input.submit {
	color: #000000;
	background: #f3f3f3;
	border: 2px outset #cccccc;
}

/* Default for the poll bars */

.pollBar {
	height: 8px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #595959;
}

#pollBar2 {
	background: #595959;
}

#pollBar3 {
	background: #595959;
}

#pollBar4 {
	background: #595959;
}

#pollBar5 {
	background: #595959;
}

#pollBar6 {
	background: #595959;
}
