/*body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}
*/
h1 {
	/*width: 300px;*/
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

fieldset {
	border: solid 1px #666666;
	/*width: 160px;*/
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
font-size:18px;
	color: #ffee00;
	border: 0px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 20px;
	margin-bottom: 20x;
}

.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 {
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
	color: #000000;
	background: #ffee00;
	border: 2px outset #cccccc;
}

/* Default for the poll bars */

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

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

#pollBar1 {
	background: #00CC33;
}

#pollBar2 {
	background: #00CC33;
}

#pollBar3 {
	background: #00CC33;
}

#pollBar4 {
	background: #00CC33;
}

#pollBar5 {
	background: #00CC33;
}

#pollBar6 {
	background: #00CC33;
}
