.FilledBar
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	background-color: red;
}
.TableBar
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Tahoma;
	border-collapse: collapse;
}
.EmptyBar
{
	background-color: transparent;
}
.TotalVotes
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
}
.Question
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
.Seperator
{
	height: 2px;
	background-color: gray;
}
