/*-----Ticker-----*/
body {
}
#ticker {
	clear:both;
	width:810px;
	height:38px;
	text-align: center;
	background:url(../images/ticker.png) no-repeat;
	margin:8px 0 0 0;
	padding:0;
}
#ticker a:link {
	color:#555;
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#ticker a:hover {
	color:#333;
	text-decoration:none;
}
#ticker a:visited {
	color:#555;
	text-decoration:none;
}
#tickertitle {
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:141px;
	height:38px;
	line-height:34px;
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:600;
	padding-left:5px;
}
#tickerband {
	float:left;
	width:649px;
	height:34px;
	line-height:34px;
	font-weight:500;
	text-align: left;
	margin-left: 2px;
}
.ticker_news {
	color:#444;
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size:11px;
	text-shadow:white 0px 1px 1px;
	text-decoration:none;
}
.ticker_text_start {
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size:11px;
	text-shadow:white 0px 1px 2px;
	color: #666666;
}
.ticker_text_end {
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size:11px;
	text-shadow:white 0px 1px 2px;
	color: #666666;
}

