.topicrow
{
	background-color: #a9a9a9;
	cursor: hand;
}

.topicrow a
{
	text-decoration: none;
	color: black;
}

.topicrow a:hover
{
	text-decoration: underline;
	color: black;
}

.topicrow_alternate
{
	background-color: #cccccc;
	cursor: hand;
}

.topicrow_alternate a
{
	text-decoration: none;
	color: black;
}

.topicrow_alternate a:hover
{
	text-decoration: underline;
	color: black;
}