.ticker {
	width: 476px;
	height: 75px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: none;
	border: 1px solid #AAAAAA;
}
.ticker a {
	text-decoration:none;
}
.ticker ul {
	margin:0px;
	padding:0px;
}
.ticker li {
	font-size: 12px;
	line-height: 1.5em;
	color:#7E7E7E;
	border-bottom: 1px dashed #AAAAAA ;
	margin-bottom:6px;
	padding-bottom:2px;
	list-style:none;
	
}
.ticker li span.new {
	color:#E00003;
	font-weight:bold;
}
