* {
	margin: 0;
	padding: 0;
}
/*body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}*/

#newsticker {
	position: relative;
}
.tickerArea {
height: 36px;
margin-left: 3px;
margin-bottom: 3px;
background: url("../img/news-t_bg2010.gif") no-repeat;
}
#newsticker dl {
	list-style: none;
/*	border: 1px solid #fcf498;*/
	min-height: 1.6em;
margin: 0px 9px 0px 0px;
/*margin: 0px 9px 0px 130px;*/
padding: 0px 0px 0px;
/*	padding-right: 30px;*/
font-size: 80%;
line-height: 1.6em;
font-familiy: Osaka;
}
#newsticker dt {
width: 140px;
float: left;
}
#newsticker dt img {
border: 0px;
}
#newsticker dd {
width: 630px;
padding-top: 8px;
float: left;
}
* html #newsticker dl {
	height: 1.6em;
	overflow: visible;
}
#newsticker dd.error {
	color: #f00;
}
#newsticker #togglenewsticker {
/*	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;*/
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}