/*------------------- 
newsrelease
------------------- */  
div#news_area{
	margin:0px 0px 0px 0px;
	background-color:#101015;
	border:solid 1px #000;
}
table#news_table{
	width:895px;
	margin:10px auto 30px auto;
}

table#news_table th{
	width:130px;
	text-align:left;
	background:url(../images/marker.gif) left no-repeat;
	padding:5px 0px 6px 17px;
	border-bottom:dotted 1px #555;
	padding-right:1em;
	white-space:nowrap;
}
table#news_table td{
	border-bottom:dotted 1px #555;
	padding:5px 0px 6px 0px;
}

