.impicon {
	background: rgba(0, 0, 0, 0) url("../images/impicon.png") no-repeat scroll left 0px;
    line-height: 20px;
    padding-left: 25px;
}
.newsbox_class{
 	background: #f9f9f9 url("../images/patterns/15.png") repeat scroll center center;
	border-top: 2px solid #38cbcb;
    border-bottom: 2px solid #38cbcb;
}
ul.marquee {
	/* required styles */
	display: block;
	padding-top: 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	height:30px;
	color:#444;!important
    font-size: 1em;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	padding-top:5px !important;

}
ul.marquee  a{
	color:#003399;
	text-decoration:underline;
}