/* NEWS STYLE */
#news {
	border-top: 0px dotted #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
#news td {
	border-right: 0px solid #D0D0D0;
	border-bottom: 1px dotted #D0D0D0;
}
#news th {
	border-right: 0px solid #D0D0D0;
	border-bottom: 1px dotted #D0D0D0;
	font-weight: bold;
	background-color: #EFEFEF;
}


