@charset "utf-8";
/* CSS Document */

.marquee-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#353535;
	background:#fff;
	text-align: justify;
}
.marquee-text ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.marquee-text li{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.ticker {
	overflow: auto;
}

.ticker dt {
	padding: 5px 10px;
	border-bottom: none;
	border-right: none;
	position: relative;
}

.ticker dd {
	margin-left: 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.ticker dd.last {
	border-bottom: 1px solid #cccccc;
}

.ticker div {
	margin-top: 0;
}

.ticker .heading a {
	font-weight: bold;
    text-decoration:none;
	color: #ff4c05;
}

.heading a:hover{ 
    color:#555555; 
}
