body {
	font: normal 68.5% "Verdana",sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

h2 {
	font: bold 1.2em Verdana, sans-serif;
	padding-bottom: 4px;
	color: #000;
}

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

legend {
	color: #FFFFFF;
	background: #006600;
	border: 1px outset #CCCCCC;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

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

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

.errorMessage {
	font-family: "Verdana",sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
}

.credit {
	font-family: "Verdana",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: #FFFFFF;
	background: #006600;
	border: 2px outset #CCCCCC;
}

/* 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;
}

