/* News CSS */

.data_td {
	background-color: #FFFFFF;
	background-image: url(../images/right_panel_background.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.data_table {
	margin-top: 10px;
	margin-bottom: 10px;
}

