.redlinks a:link
{
	color: #8c0707;
	text-decoration: none;
}

.redlinks a:active
{
	color: #8c0707;
	text-decoration: none;
}

.redlinks a:visited
{
	color: #8c0707;
	text-decoration: none;
}

.redlinks a:hover
{
	color: #8c0707;
	text-decoration: underline;
}

.greylinks a:link
{
	color: #868686;
	text-decoration: none;
}

.greylinks a:active
{
	color: #868686;
	text-decoration: none;
}

.greylinks a:visited
{
	color: #868686;
	text-decoration: none;
}

.greylinks a:hover
{
	color: #868686;
	text-decoration: underline;
}

.darkgreylinks a:link
{
	color: #484848;
	text-decoration: none;
}

.darkgreylinks a:active
{
	color: #484848;
	text-decoration: none;
}

.darkgreylinks a:visited
{
	color: #484848;
	text-decoration: none;
}

.darkgreylinks a:hover
{
	color: #484848;
	text-decoration: underline;
}

form
{
	margin: 0px;
}

.AutoCompleteBackground
{
	background-color:white;
}

.AutoCompleteHighlight
{
	background-color:lime;
}

.greytext
{
	color: #484848;
}

.redtext
{
	color: #8c0707;
}
