
#news-ticker{
	width:190px;
	height:218px;
	background-color:white;
	overflow:hidden;
	margin-left:6px;
}
	#news-ticker div{
		width:200px;
		border-bottom:solid 1px #CCCCCC;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:8px;
		padding-left:8px;
		margin-top:-1px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align:left;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}
