div.HETicker {
	width: 870px;
	height: 34px;
	background-image: url( '/images/goltl/tickerbg.png' );
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
div.HETicker div.pttl {
	padding-left: 5px;
}

div.HETicker div.ttl {
	float: left;
	text-transform: uppercase;
	width: 100px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: white;
	line-height: 34px;
	text-align: center;
}

div.HETicker div.pcnt {}

div.HETicker div.cnt {
	float: left;
	margin-top: 5px;
	width: 730px;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

#divTicker {
	position: absolute;
	width: 10000px;
	height: 24px;
	cursor: default;
	overflow: hidden;
	clip: rect( 0 730px 24px 0px );
}

div.HETicker div.cssTickerContainer {
	position: relative;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.HETicker div.cssTickerEntry {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

div.HETicker div.cssTickerEntry a {
	color: black;
	text-decoration: none;
}

div.HETicker div.cssTickerEntry a:hover {
	text-decoration: underline;
}
