body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	color: #6E3100;
	background: transparent;
}

h1 {
	width: 195px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #6E3100;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #733501;
}

.question {
	font-weight: bold;
	font-size: 10pt;
	color: #6E3100;
}

fieldset {
	border: 1px solid #6F3300;
	width: 165px;
	padding: 0 10px 0px 10px;
	margin-bottom: 5px;
}

legend {
	color: #ffffff;
	border: 1px outset #cccccc;
	font-weight: bold;
	background-color: #892A04;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 1;
	padding-left: 4px;
}

.currentResults {
	font-size: 8pt;
}

.vote {
	margin-top: 4px;
	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: #FFF;
}

a:visited {
	color: #A23001;
}

a:active {
	color: #A83101;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

input.submit {
	color: #000000;
	border: 2px outset #cccccc;
	background-color: #FC9;
	font-size: 9px;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
