#latestnews {
	
}

#latestnews .background {
	
}

#latestnews .content {
	padding:6px;
	width:307px;
}

#latestnews .content .title {
	color:					#999999;
	font-size:				14px;
	white-space:			nowrap;
	text-overflow:			ellipsis;
	overflow:				hidden;
	/*width:				190px;*/
	display:				block;
	padding:				0px 0px 0px 0px;
}

#latestnews .content .title a:link, #latestnews .content .title a:visited {
	color:					#999999
}

#latestnews .content .title a:hover {
	color:					#CCCCCC;
}

#latestnews .content .text {
	color:					#666666;
}

#latestnews .content .date {
	color:					#ffff00;
	padding:				0px 0px 6px 0px;
}