body{
	background:#193E62;
}
body,form,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
li{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
td{
	vertical-align:top;
	font-family:Arial;
}
img{
	border:0px;
}
*{
	outline:none;
}
.pollQuestion{
	font-size:22px;
	color:#FFF;
	margin-bottom:15px;
}
.resultRow{
	margin-bottom:10px;
}
.resultChoice{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:3px;
}
.resultsStats{
	font-size:12px;
	color:#FFF;
	margin-bottom:3px;
}
.statsGraph{
	border:1px solid #FFF;
}
.statsGraph td{
	font-size:1px;
	height:12px;
}

 
.statsGraphBlue{
	border:1px solid #07335D;
}
.statsGraphBlue td{
	font-size:1px;
	height:12px;
}


.percentageBack{
	background:#FFF;
}
.percentageBackBlue{
	background:#07335D;
}
.pollResultContPad{
	padding:50px 0;
}