TABLE.forum {
	position: relative;
	left: 10px;
	top: 10px;
	height: auto;
	width: 645px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #222;
	padding: 0px;
}
TABLE.forum TR.header {
	text-align: left;
	font-weight: bold;
	color: #000;
	background: #666;
}
TABLE.forum TH {
	text-align: left;
	font-weight: bold;
	color: #000;
	background: #666;
	border-style: solid;
	border-width: 1px;
	border-color: #222;
}
TABLE.forum TD {
	text-align: left;
	vertical-align: top;
	font-style: normal;
	color: #000;
	background: #999;
	border-style: solid;
	border-width: 1px;
	border-color: #222;
}

TABLE.forum TD.forumtitle {
	font-size: 14px;
}
TABLE.forum TD.forumother {
	font-size: 12px;
}
TABLE.forum TD A {
	text-decoration: none;
	color: #066;
	background: transparent;
}
TABLE.forum TD A:hover {
	text-decoration: underline;
}
TABLE.forum TD.forumtitle A {
	font-size: 16px;
	font-weight: bold;
}
TD.forumother A {
	font-size: 14px;
}
TD.postdate {
	font-size: 12px;
}
TD.postsubject {
	font-size: 16px;
	font-weight: bold;
}

