/* -- For formatting the headline ticker -- */

/*-- background ticker image --*/
#headlineTicker
{
    background: url(../images/news-gradient.png) #fff no-repeat 0px 0px;
	margin-top: 1px;
    height: 44px;
    width: 100%;
}

/*-- format of the actual headline --*/
.headline a {
	text-decoration: none;
	color: #fff;
}
.headline div {
	text-decoration: none;
}

.headline {
	width: 88%;
	height: 10px;
	position: relative;
	top: 6px;
	color: #fff;
	float: right;
}