.Topic_Table
{
	width:100%;
	border-right: #cccccc thin solid; 
	border-top: #cccccc thin solid; 
	border-left: #cccccc thin solid; 
	border-bottom: #cccccc thin solid;
}

.Topic_Table_Cell_Title
{
	background-color: #336666; 
	font-size: large;
	color: white; 
	font-family: Arial;
	text-align:left
}

.Topic_Table_Cell_Author
{
	background-color: #cccccc; 
	color: Black; 
	font-family: Arial;
	text-align:left
}

.Topic_Table_Cell_Content
{
	color: Black; 
	font-family: Arial;
	text-align:left
}

.Reply_Table
{
	width:98%;
	border-right: #cccccc thin solid; 
	border-top: #cccccc thin solid; 
	border-left: #cccccc thin solid; 
	border-bottom: #cccccc thin solid;
}

