/* Example class for Mini Poll */

.menuhd {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #ffffff;
	background-color: #436B9A;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
}
.poll {
	font-family: Trebuchet MS;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #ffffff;
	padding-right: 2px;
}
a:link {
	font-family: Trebuchet MS;
	color: #7990BA;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS;
	color: #7990BA;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS;
	color: #436B9A;
	text-decoration: underline;
}
.fat {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
}
.tabele {
	background-color: #000000;
}
.formlook {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
	
}
.pollbg {
	background-color: #F0F1F3;
	padding-left: 5px;
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}