body {
	background: #91B81C url(bg.png);
}

tr,td,th,body
{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: #FFFFFF;

	line-height: 150%;
	
}
td.results {
	font-size: 9pt;

}
a,a:active,a:visited,a:hover {
	font-family: Verdana;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #F0F0F0;
}
a:hover {
	color: #000000;
}
th,tr,td {
	vertical-align: middle;
}
select {
	border: 1px solid #B0B0B0;
	background: #FFFFFF;
	font-family: Verdana;
	width: 200px;
	font-size: 9pt;
	font-weight: bold;
	font-weight: normal;
}
img {
	border: 0px;
}
.content {
	left-padding: 50px;
	right-padding: 50px;
}
.resulttable {
	width: 100%;
	border: 1px solid #87AB1D;
}
.uncolored {
	background-color: #91B81C;
	cursor: crosshair;
}
.colored {
	background-color: #87AB1D;
	cursor: crosshair;
}