
html,
body {
	background: transparent none;
	padding: 0;
	margin: 0;
}
body {
	font-size: 75%;
}
#ticker {
	width: 550px;
	height: 1.75em;
	overflow: hidden;
	position: relative;
	 background: url(ticker_bg.png) no-repeat 0% 50%; 
	line-height: 150%;
/*	background-color: #fff; 
 background: #fff url(ticker_bg.png) no-repeat 0% 50%; 
*/
}
#ticker * {
	font-family:Arial, Helvetica, sans-serif;
}
#ticker a {
	text-decoration: none;
	color: #0055CC;
}
#ticker a:visited {
	text-decoration: none;
	color: #568;
}
#ticker a:hover {
	text-decoration: underline;
}
#tickerSection a {
	font-weight: bold;
	color: white !important;
	width: 98px;
	position: absolute;
	height: 1.75em;
	text-align: center;
	border: 1px solid #666;
}
#tickerPrev a,
#tickerNext a {
	position: absolute;
	width: 20px;
	height: 1.75em;
	left: 100px;
	top: 0;
	overflow: hidden;
	text-indent: -1000px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#tickerNext a {
	left: 120px;
}
#tickerHeadline a {
	padding-top: 1px;
	position: absolute;
	left: 148px;
	top: 0;
	width: 100%;
	height: 1.75em;
	overflow: hidden;
	zoom: 1;
	//* background-color: #fff;  */
}
.hide {
	display: none;
}

