/*  News page style layout  */

/* TABLE SIZE */
.TableNewsData {
	table-layout:fixed;
	width:600px;
	/*height:400px;*/
}



/* TD SIZES */
.News_Date {
	width:200px;
}
.News_Title {
	/*width:400px;*/
}



.TableFont_FirstRow {
	color:#0000F0;
	font-weight:bold;
}
.TableFont_RowDate {
	color:#0F8162;
}
.TableFont_RowTitle {
	color:#FA0E1F;
	font-weight:bold;
}
.TableFont_RowData {
	color:#0000F0;
}
.TableFont_CommentButton {
	width:75px;
	height:17px;
	background:#CCCCCC;
	color:#016CE5;
	font-family:Times;
	font-size:9pt;
	font-weight:bold;
}

/* ROWS */
.FirstTableRow {
	font-size:10pt;
	background:#CCCCCC;
}
.TableRowDateTitle {
	font-size:10pt;
	background:#CCCCCC;
}
.TableRowData {
	font-size:10pt;
	background:#9C9C9C;
}
.TableRowExtra {
	font-size:10pt;
	background:#000000;
}


.NewNewsData {
	font-size:10pt;
	font-family:Tahoma;
	width:100%;
	height:200px;
}

.TableCell {	/* Default style for all cells */
	height:30px;
}
