
/* TICKER */

#ticker { 
	height:26px; 
	width: 980px;
	clear: both; 
	color: #666;
	background: #fff; 
	font-family:helvetica, arial, san-serif;
	margin-top:-17px;
	display:block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}


#ticker p { 
	padding: 4px 0px 0px 0px;
	float: left; 
	
}html>body #ticker p{width:978px;padding: 5px 0px 0px 0px;}


#ticker a#ticker-headline {
	padding: 0px 15px 0px 0;
	margin-right: 1em; 
	color: #666; 
	border-right: 1px solid #ccc; 
	text-transform:uppercase;
	
	
	}html>body #ticker a#ticker-headline{padding:1px 15px 0px 0px;}
	
	
#ticker a#news-link {color: #333;}
	

