 
/* The main body of the entire forum. */
body {
background: #000000;
 
}
 
a.topic		{color:#000000; text-decoration:none;font-weight:bold; font-size:13px;}
a:hover.topic	{color:#D40400; text-decoration:underline;font-weight:bold;font-size:13px;}


.tbmain		{ font-family:Tahoma, MS Sans Serif; font-size:12px;
background:  url(images/tbbg.jpg)  no-repeat right top;
 	padding: 5px;
  	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-color:  #D5D5D5;
 
}


.foot		{color:#ffffff;}
