.Poll_Box {
	font: x-small Verdana, Arial, sans-serif;
	color: darkblue;
	background-color: #F1F1F1;
}

.Poll_Question {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Poll_Question  a
{
	text-decoration: underline;
	font-weight: bold;
}
.Poll_Question a:hover
{
	text-decoration: none;
}


.Poll_Bar {
	background-color:orange;
	color: yellow;
	height: 8;
}

.Poll_Results {
	color: green;
}

.Poll_Option {
	font: small Arial, Verdana, sans-serif;
	color: black;
}
.MenuTable {
	padding: 0;
	font: x-small Verdana, Arial, sans-serif;
	color: yellow;
	background-color: darkblue;
}
.MenuRow {
	font: x-small Verdana, Arial, sans-serif;
	color: lightgreen;
}

A.MenuItem {
	font: x-small Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: lightgreen;
}

A.MenuItem:hover {
	color: cyan;
}
.Grid_Header {
	font: bold Arial;
	color: maroon;
	background-color: #F07800;
}

.Grid_Header_Thin {
	font: x-small Verdana, Arial, sans-serif;
	color: white;
	background-color: #F07800;
}

