body
{
	background-color: #7A9A35;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: White;
}

.altBackground
{
	background-color: #90b000;
}

.mainTable
{
	background-color: Black;
	font-size: 11px;
	text-align: justify;
}

.mainTableGreen
{
	background-color: #7A9A35;
	font-size: 11px;
	text-align: justify;
}

a
{
	color: White;
	text-decoration: und	erline;
}

a:Hover
{
	color: #7A9A35;
}

a:Visited
{
	color: Gray;
}

.featureText
{
	background-color: Black;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}

.featureLink
{
	background-color: Black;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
.featureLink:Hover
{
	color: #7A9A35;
}

.featureLink:Visited
{
	color: Gray;
}

