.marquee-string {
	height:16px;
	font-size:7px;
	overflow: hidden;
}

.marquee-block-contener {
	font-size: 11px;
	position: absolute;
	width: 1000px;
	overflow: hidden;
	width: 100%;
	color: #002245;
	white-space: nowrap;
}

.marquee-block {
	margin-left: 0px;
	width: 1%;
	visibility: hidden;
}

.marquee-block-contener a
{
	color: #002245;
	font-size: 11px;
	text-decoration: none;
}


.marquee-block-contener a:hover
{
	text-decoration: underlined;
}


