
#body2 {
	color: #454545;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding-bottom: 10px;
	width: 960px;
	padding-bottom: 15px;
	padding-top:20px;
}
#newsticker {
	position: relative;
		background: url(../images/newsticker.jpg); 
display:block; 

}
#newsticker ul {
	border: 0px solid #f5edd3;
	list-style: none;
	min-height: 1.6em;
	padding: 25px 25px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
	
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 16px;
	height: 57px;
	text-indent: 20px;
	outline: none;
	
}
* html #newsticker #togglenewsticker {
	right: 30px;
	top: 100px;
	margin-left: 0px;
}

#newsticker li {font-size:15px; color:#454545; font-family: Myriad Pro, Arial, sans-serif; font-weight: 600; padding-left: 70px;
}

