.my_wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 31px;
	overflow: hidden;
}

#latest_news_top {
	float: left;
	font-size: 14px;
	margin: 0;
	width: 100%;
	padding: 0px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	background: #213540;
	text-transform: uppercase;

}

.marquee {
	overflow: hidden;
	height: 20px;
	margin: 5px 0px;
}

.marquee a {
	font-size: 14px;
	padding-left: 15px;
	color: #d4d4d4;
}

.marquee a:hover {
	color: #BBB;
}

.marquee a i {
	font-size: 10pt;
	line-height: 20px;
	color: #23b939;
}
