#news h3{
	background-image: url(../news/images/h3_img.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 980px;
	text-indent:-9999px;
}

#news_list ul{ padding:10px 0; margin:0;}
#news_list li{ list-style-type:none; margin:0 10px; 0 0; float:left;}
.data{
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0C3365;
	text-align:right;
	margin:0 0 10px 0;
}

table{
	border: thin solid #006;
}

th{
	background-color: #5FB4F6;
	color:#FFF;
	vertical-align: top;
	text-align:center;
	border: thin solid #006;

}

td{
	vertical-align: top;
	border: thin solid #006;
	padding:5px;
}

p{padding:10px 0;}
