body {
	background-color: #efefef;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;

background-image: url(../images/back.png);
}

.polltext {
	font-size: 12px;
	font-weight: bold;
	color: #858B13;
}
.pollradio {font-size: 12px}

.pagetitles {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 15px;
	font-weight:bold;
	color: #333333;
	line-height:20px;
}
.headlines {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	line-height:20px;
}

td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #333333;
	line-height:20px;
}

input {
	font-family: Trebuchet MS, Verdana, Arial;
  font-size:9pt;
  background-color:ffffff;
  border-color:dddddd;
  border-style: solid;
  border-width:1px;
  color: 000000;
}

select {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}

a:link {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
		font-weight:bold;

	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
		font-weight:bold;

	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
		font-weight:bold;

	color: #000000;
	text-decoration: none;
}
.footertext {
	font-size: 10px;
	color: #F9F9F9;
}
