
div#pollwrapper {
	clear:left;
}

.pollheading {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* font-variant:small-caps; */
	text-decoration: none;
	padding-left: 1px;
	background-color:#dae3f5;
	text-align: center;
}

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

.polltable {
	margin-top:2px;
	text-decoration: none;
	width: 308px;
	/* border: solid 2px black; */
	bgcolor: #00ffff
}

.pollquestion {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica;
	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;
}

