div#content_titlepic2 {
	width: 626px;
	height: 66px;
	background-image: url(../images/forum/index.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


.forum_cat {
	position:relative;
	width: 626px;
	height: 45px;
	background-image: url(../images/forum/forum_cat.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}



.forum_title {
	position: absolute;
	left: 12px;
	padding-top: 38px;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
}



.forum_cat_text {
	position: relative;
	font-size: 19px;
	padding: 5px;
	padding-top: 10px;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
}



.forum_tab1 {
	background-color: #E4E4E4;

}


.forum_td1 {
	background-color: #A4A4A4;
	font-weight: bold;
	text-align: center;

}


.forum_tab2 {
	background-color: #E4E4E4;
	font-weight: normal;

}


.forum_td2l {
	background-color: #CCCCCC;
	font-weight: normal;
	text-align: left;

}

.forum_td2c {
	background-color: #CCCCCC;
	font-weight: normal;
	text-align: center;

}

.forum_td3 {
	background-color: #000000;
	font-weight: normal;
	text-align: center;

}


.link1 {
	color: #753500;
	font-weight:bold;
	text-decoration:none;	
}

.link1:hover {
	color: #cb6917;
	font-weight:bold;
	text-decoration:underline;	
}

.link2 {
	color: #753500;
	text-decoration:none;	
}

.link2:hover {
	color: #cb6917;
	text-decoration:underline;	
}

.date {
	color: #505050;
}



.forum_td8l {
	background-color: #CCCCCC;
	font-weight: normal;
	text-align: left;
	padding: 4px;

}

.forum_td8c {
	background-color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	padding: 4px;

}


.forum_td7l {
	background-color: #bbbbbb;
	font-weight: normal;
	text-align: left;
	padding: 4px;

}

.forum_td7c {
	background-color: #bbbbbb;
	font-weight: normal;
	text-align: center;
	padding: 4px;

}

.forum_td0 {

	text-align: right;


}





.forum_button {
	width: 100px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	height:20px;
	position:relative;
	float:right;
	display:block;
	margin-right:3px;
	background-color:#d16c18;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	border:1pt solid #FFFFFF;
}

.forum_button_closed {
	width: 100px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	height:20px;
	position:relative;
	float:right;
	display:block;
	margin-right:3px;
	background-color:#f93008;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	border:1pt solid #FFFFFF;
}


.forum_button:hover{
	width: 100px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	height:20px;
	position:relative;
	float:right;
	display:block;
	margin-right:3px;
	margin-right:3px;
	background-color:#d16c18;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}

