
.pollbars {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	background-color: #000066;
	line-height: 10px;
}

.polltable {
	text-decoration: none;
	/* border: solid 2px black; */
}

.pollquestion {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-align: left
}

.pollanswers {
	color: red;
	font-size: 10px;
	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;
}

.pollheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8E0000;
	text-align: center;
}

div#pollwrapper {
	margin: 0px;
	width: 302px;
	float: left;
}

