table.forum{
	border: 1px solid #006699;
	font-size: 12px;
}
table.forum th{
	padding: 10px;
	background-color: #7da4cd;
	font-weight: bold;
	color: #31639b;
}
table.forum tr.forumtitle th{
	padding: 10px;
	background-color: #d3e6f3;
	font-weight: normal;
}
table.forum td{
	padding: 10px;
	background-color: #f3f3f3;
}
table.forum input.forum{
	background-color: #d3e6f3;
	border: 0px;
	color: #31639b;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #278415;
}

td.msgnone {
	background-color: 
}
