/* forum */

.description
{
	font-size:0.7em;
	text-align:justify;
	border-bottom:1px solid #D6D3CE;	
}
.forum_title
{
	text-align:center;
}
.forum_title , .forum_topics , .forum_last_post
{
	background:#FFFFD6;
}
#viewforum 
{
	border-collapse:collapse;
}
#viewforum td
{
	border:1px solid #C5C3C4;
}
#viewforum th
{
	background:url('../images/background1.gif') repeat-x;
}
#viewtopic
{
	border-collapse:collapse;
}
#viewtopic td
{
	border:1px solid #C5C3C4;		
}
#viewtopic th
{
	background:url('../images/background1.gif') repeat-x;
}

	
