@charset "utf-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #EDE8E2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#forum {
	margin: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.category_title{
	background-color:#FFFFFF;
	color:#AC0A0A;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.category_title a{
	color:#AC0A0A;
	text-decoration:none;
}

.category_title a:hover{
	color:#AC0A0A;
	text-decoration:underline;
}

.sub_category_tr{
/*	color:#AC0A0A;*/
	color:#000000;
	height:50px;
}

.sub_category_td_new{
	background-color:#F3F3F3;
}



.sub_category_td_name{
	background-color:#F3F3F3;
}
.sub_category_td_name a{
	background-color:#F3F3F3;
	color:#AC0A0A;
	font-weight: bold;
	text-decoration:none;
}

.sub_category_td_name a:hover{
	background-color:#F3F3F3;
	color:#AC0A0A;
	font-weight: bold;
	text-decoration:underline;
}



.post_header{
	background-color:#E3E3E3;
	color:#000000;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post_header_date{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
}