
#news_ticker {
	position: relative;
	background-color: white;
	width: 762px;
	height: 35px;
	left: 10px;
	margin-bottom: 35px;
	background-image: url('/ticker/ticker_back.jpg');
	text-align: left;
}



div.newsitem {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 590px;
	overflow: hidden;
	font-family: arial;
	color: #808080;
	text-decoration: none;
	font-size: 10pt;
	text-align: left;
}

#news_ticker_title {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 100px;
	overflow: hidden;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #565656;
}

a.ticker_link {
	font-family: arial;
	color: #808080;
	text-decoration: none;
	font-size: 10pt;
}

a.ticker_link:HOVER {
	font-family: arial;
	color: #444444;
}