body {
	font-family: Arial, sans-serif;
	font-size: 10pt;

	color: #000000;
}

h1 {
	width: 250px;

	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

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

fieldset {
margin-left:5px;
	margin-top:15px;
	border: solid 0px #666666;
	width: 260px;
	padding: 0 10px 0px 0px;
	margin-bottom: 15px;
}

legend {
	color: #000;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults { cursor: pointer; 
	font-size: 10pt;
}

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

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

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

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

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

input.submit {
	color: #000000; background:url(../voter.png) no-repeat; width:110px; height:50px; border:none; cursor: pointer;

}

input.radio {background: url(../fd.png) center center; }
/* Default for the poll bars */

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

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

#pollBar1 {
	background: #ff0000; background-image:url(img/charge1.jpg)
}

#pollBar2 {
	background: #003300;
	background-image:url(img/charge2.jpg);
	
}

#pollBar3 {
	background: #0000ff;
	background-image:url(img/charge3.jpg)
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

