
/* Poll header */
#pollheader
{
	background-color: #dcdcdc;
	color: #000000;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	}

/* Even poll lines*/
.polleven
{
	background-color: #E9E9E9;
}

/* Odd poll lines */
.pollodd
{
		background-color: #E9E9E9;
}

/* Poll footer */
.pollfooter
{
		background-color: #E9E9E9;
}


