/*  News page style layout  */

/* TABLE SIZE */
.TableCommentsData {
	table-layout:fixed;
	width:600px;
	/*height:400px;*/
}
.NewCommentTable {
	table-layout:fixed;
	width:600px;
	/*height:400px;*/
}

#NewComment_Username {
	width:200px;
}
#NewComment_Text{
	width:500px;
	height:200px;
}

/* TD SIZES */
.Comment_Date {
	width:220px;
}
.Comment_Title {
	width:400px;
}
