.ForumItemTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #EEEEDF;
	border-bottom: 1px solid #55552B;
	border-top: 1px solid #55552B;
	color: Black;
}

.ForumItemTitleText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color: Black;
	font-weight: bold;
	background: #EEEEDF;	
}

.ForumItemPanel1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #F5F5EB;
	color : Black;
}

.ForumItemPanel2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #F4F4EA;
	color : Black;
}

.ForumItemPanelLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: white;
	text-decoration : none;
	color : Black;
}

.ForumItemPanelLink:HOVER {
	text-decoration : underline;
	color : black;
}

.ForumItemGap {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: #B9B97B;
	color : Black;
}