/*** forum.css ***/
.forumlist {
	list-style-type:none;
	padding-left:0px;
	margin-top:0;
	margin-botton:0;
	margin-left:0px;
}
.forumlist a {
	text-decoration:none;
	color:darkred;
	font-weight:normal;
}
.forumitem {
	width:auto;
	white-space:nowrap;
	padding-left:20px;
}
.posttitle {
	font-size:8pt;
}
.postsource {
	font-size:8pt;
}
