body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 420px;
	font-family: "Bauhaus Md BT";
	font-size: 24px;
	font-weight: normal;
	color: #0191E5;
	text-align: left;
	border-bottom: solid 3px #97DEFB;
}

.question {
	font-weight: bold;
	font-size: 12pt;
}

fieldset {
	border: solid 1px #97DEFB;
	width: 400px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
	font-family: "Bauhaus Md BT";
	font-size: 24px;
	font-weight: normal;
	color: #0191E5;
	padding: 2px 2px 0 2px;
}

.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: #0192E5;
}

a:visited {
	color: #0192E5;
}

a:active {
	color: #0192E5;
}

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

input.submit {
	font-family: "Century Gothic";
	color: #0192E5;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAF2FE;
	border-right-color: #DAF2FE;
	border-bottom-color: #DAF2FE;
	border-left-color: #DAF2FE;
	font-size: 14px;
	font-weight: normal;
	background-color: #EBFAFF;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #0581B6;
	border: 0px solid #000000;
}

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

#pollBar1 {
	background: #08ACF4;
}

#pollBar2 {
	background: #0581B6;
}

#pollBar3 {
	background: #45C4FA;
}

#pollBar4 {
	background: #68CFFB;
}

#pollBar5 {
	background: #9DE0FD;
}

#pollBar6 {
	background: #CBEFFE;
}
