

.forum {
	border: 0px;
	background-color: #999999;
}

.forum thead tr td {
	background-color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
}

.forum tbody tr td  {
	background-color: #ffffff;
}

.forum tbody tr td a,
.forum tbody tr td a:hover,
.forum tbody tr td a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}

.forumCategory {
	font-size: 11px;
	font-weight: bold;
}