.ForumItemTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #E5E5F0;
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;
	color: Black;
}

.ForumItemTitleText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color: Black;
	font-weight: bold;
	background: #E5E5F0;	
}

.ForumItemPanel1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #EFEFEF;
	color : Black;
}

.ForumItemPanel2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: #DEE3E7;
	color : Black;
}

.ForumItemPanelLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background: transparent;
	text-decoration : none;
	color : Black;
}

.ForumItemPanelLink:HOVER {
	text-decoration : underline;
	color : Red;
}

.ForumItemGap {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: #D1D7DC;
	color : Black;
}