#show_poll_head{
	text-align: center;
	font-weight: bold;
}
#pollhead{
	text-align: center;
	font-weight: bold;
}

.poll_odd{
	background-color: #0BA2FF;
	color: #FFF;
}

.poll_even{
	background-color: #171875;
	color: #FFF;
}

#poll_side1{
	background-color: transparent;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
}

.pollButton{
}

a:link{color:#0BA2FF; text-decoration:none; font-family:arial;}
a:hover{color:#0BA2FF; text-decoration:none; font-family:arial;}
a:visited{color:#0BA2FF; text-decoration:none; font-family:arial;}
a:active{color:#0BA2FF; text-decoration:none; font-family:arial;}