/* CSS Document */

#news_block{
	margin:8px;
	width:100%;
	margin:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7F7F7;
}


#news_block #date {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


#news_block #title {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}


#news_block #title a{
	color: #FF0000;
}

#news_block #text {
	font-size: 10px;
	font-weight: normal;
	color: #666666; padding: 3px;
}

#news_block #link {
	font-size: 10px;
	color: #FF0000;
	padding-left: 10px;
	float: right;
	position:absolute;
}
