.forumcat {
	font-size:11px; height: 30px; color: #fff; font-weight: bold; padding-left: 10px;
}
.forumhd {
	font-size:11px; background: url(../design/forum_hd.png) repeat-x; height: 30px; color: #fff; font-weight: bold; padding-left: 10px;
}
.forumsubcat {
	font-size:11px; background: url(../design/table_headers.png) repeat-x #fff; height: 30px; color: #000; font-weight: normal; padding-left: 5px;
}
.forumsubcat a{
	color: #000; font-weight: bold;
}
.forumsubcat a:hover{
	color:#cc0000; font-weight: bold;
}
.forumsubcat2 {
	background-color:#ffffff; font-size:11px; height: 30px; color: #000; font-weight: normal; padding-left: 5px;
}
.forumsubcat2 a{
	color: #000; font-weight: bold;
}
.forumsubcat2 a:hover{
	color:#cc0000; font-weight: bold;
}
.white {
	color:#ffffff;	
}
.imgstrict img {
max-width: 475px;
/* Resize the image for IE6 */
width: expression(this.width > 475 ? 475: true);
}

