
div#pollwrapper {
	margin-top: -2px;
}

.pollheading {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 2px;
	color: #0077BB;
	background-color: #fff;
	text-align: left;
	border-bottom: solid 1px #aaa;
}

.pollheading a {
	text-decoration: none;
	color: #FFFFFF;
}

.pollbars {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	background-color: #000066;
	line-height: 10px;
}

.polltable {
	text-decoration: none;
	width: 310px;
	padding: 5px;
	/* border: solid 2px black; */
	bgcolor: #00ffff
}

.pollquestion {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-align: left
}

.pollanswers {
	color: #003366;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: bolder;
	text-align: left
}

.polltotal {
	font-family: Arial, Helvetica;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

