.general_table {
 padding: 0px;
 margin: 0 auto;
 width: 997px; 
 text-align: justify;
}
.bottomdiv {
 background:url(images/bottom.jpg);
 background-repeat:no-repeat;
 margin: 0 auto;
 width: 950px;
 font: 11pt sans-serif;
 color:red;
 height: 100px;
 padding:160px 0px 0px 0px;
}
.content {
 font: 11pt sans-serif;
 margin:30px 0px 0px 0px;
}
.red {
 color:red;	
}
a {
	color:red;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	color:#EEE;
	background-color:red;
	height: 1px;
	border-width:0px;
}
.chatmini {
	width:142px;
	border:1px solid #D5D5D5;
	font: 8pt sans-serif;
	text-align:justify;
	padding:5px;
	background-color:#FFF;
}
.chat {
	width:550px;
	border:1px solid #D5D5D5;
	font: 12pt sans-serif;
	text-align:justify;
	padding:10px;
	background-color:#FFF;
}
.news {
	text-align:justify;
	background-color:#FAFAFA;
	margin:0px 20px 0px 20px;
	padding:10px;
}