.tickercontainer {
	MARGIN: 0px;
	WIDTH: 955px;
	HEIGHT: 30px;
}
.tickercontainer .mask {
	OVERFLOW: hidden;
	WIDTH: 955px;
	POSITION: relative;
}
ul.newsticker {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	LEFT: 750px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	font-size: 0.9em;
	color: #333333;
}
ul.newsticker LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
ul.newsticker A {
	COLOR: #0062A5;
	WHITE-SPACE: nowrap;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.newsticker SPAN {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}ul.newsticker a:hover {
	COLOR: #105084;
	text-decoration: none;
}
