/* CSS Document */
.pollTable {
	width: 233px;
	margin: 10px 0px 0px 0px;
	border: solid gold 1px; 
	background-color: #000000;
	}
.overviewHeadline {
	font-size: 11pt;
	color: gold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	}
.PollQuestion {
	font-size: 11pt;
	color: #FFC;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: none;
	padding: 0px;
	}
.bag {
    width:200px;
    height:10px;
    background-color: #000000;
    text-align:left;
	margin: 5px 0px 5px 0px;
}


