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

.tickercontainer {
	border:2px solid #cccccc;
	clear:left;
	font-size:0.95em;
	margin: 0;
	padding:12px 0 0 0;
	width:978px;
	height:29px;
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 0px;
	width: 958px;
	overflow: hidden;
}

ul.newsticker { 
	position: relative;
	left:968px;
	list-style-type:none;
	margin: 0 10px 0 10px;
	padding: 0;
	border:0;
}

ul.newsticker li {
	float: left;
	margin:0 4px 0 0; 
	padding:0;
	color:#42C4DC;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
}

ul.newsticker li.last {
	float: none;
	list-style-type:none;
}

#ticker a {
	text-decoration:none;
	color:#42C4DC;
	white-space: nowrap;
}

#ticker a:hover {
	text-decoration:none;
	color:#a6a6a6;
}
