@charset "utf-8";
/* CSS Document */
#poll{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#6e3c7c;
}
#poll .name{
	font-size:12px;
	font-weight:bold;
	color:#6e3c7c;
	margin-bottom:0;
}
#poll .title{
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#AA74ED;
}
#poll .optionsMenu, .vote{
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#6e3c7c;
}

#poll a:link{
	color:#6e3c7c;
	text-decoration:none;
	font-weight:bold;
}
#poll a:visited{
	color:#6e3c7c;
	text-decoration:none;
	font-weight:bold;
}
#poll a:hover{
	color:#6e3c7c;
	text-decoration:none;
	font-weight:bold;
}
#poll a:active{
	color:#6e3c7c;
	text-decoration:none;
	font-weight:bold;
}
.poll0{
	background:#F00;
	float:left;
}
.poll1{
	background:#006;
	float:left;
}
.poll2{
	background:#0C9;
	float:left;
}
.poll3{
	background:#0F0;
	float:left;
}
.poll4{
	background:#93C;
	float:left;
}
.poll5{
	background:#696;
	float:left;
}
.poll6{
	background:#09F;
	float:left;
}
.poll7{
	background:#039;
	float:left;
}
.poll8{
	background:#600;
	float:left;
}
.poll9{
	background:#F36;
	float:left;
}
.poll10{
	background:#99C;
	float:left;
}
.poll11{
	background:#939;
	float:left;
}
.poll12{
	background:#9CF;
	float:left;
}
.poll13{
	background:#630;
	float:left;
}
.poll14{
	background:#C06;
	float:left;
}
.poll15{
	background:#000;
	float:left;
}

