#ticker-container {
	position:relative;
	overflow:hidden;
	width: 220px;
	height: 300px;
	background-color: #ffffff;
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#ticker {
	position:relative;
	width:220px;
}

#ticker ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#ticker .newsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	display:list-item;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

a.newsitem:hover {
	background-color: #ffffff;
}

#ticker .newsalt {
	color: #006CB4;
}

#ticker .newsitem:hover {
	text-decoration: underline;
}
