#newsTicker {
	position: absolute;
	padding: 0;		
	width: 320px;
	top: 42px;
	left: 580px;
}

#ticker {
	background: transparent;
/*	border-bottom: 1px #000068  solid;
	border-top: 1px #000068  solid;*/
	clear: both;
	display: none; 
	margin: 5px 0;
	overflow: hidden;	
}

#ticker-body {
	font-size: 12px;
	line-height: 24px;
}

#ticker-body em {
	display: inline-block;
	background: #b40030;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	padding: 0 5px;
}

	#ticker-body a {
		color: #b40030;
	}
	
		#ticker-body a:hover {
			text-decoration: underline;
		}