.forumInfo {
	text-align:center;
	margin-bottom:10px;
	font-size:small;
}

.forumTable {
	background-color:#bbbbbb;
	cellpadding:4;
	cellspacing:1;
	border:0;
	width:100%;
	font-size:small;
}
.forumTable thead tr {
	background-color:#dddddd;
}
.forumInnerTable {
	cellpadding:0;
	cellspacing:0;
	border:0;
	width:100%;
}
.forumTableSubHeader {
	background-color:#eeeeee;
}