.newsticker, ul.newsticker a:link {
	list-style-type: none;
	border: none;
	background: #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 550px;
	border: none;
	float: left;
	color: #4971b3;
	font-size: 15px;
	line-height: auto;
	font-weight: bold;
	text-decoration: none;
}

ul.newsticker a:hover {
	text-decoration: underline;
}

.newswire_title
{
	color: #777777;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	display: block;
	width: 85px;
	float: left;
	padding: 2px 0 0 0px;
	margin: 0px;
}

.newswire_title a,
.newswire_title a:link,
.newswire_title a:active,
.newswire_title a:visited,
.newswire_title a:hover
{
    color: #777777;
    text-decoration: none;
}