.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #373737;
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: #EAEAEA;
	color: Black;
	font: 0.7em/160% Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
}
#newsticker {
	background: #EAEAEA;
	position: relative;
}
#newsticker ul {
	border: 0px solid ;
	list-style: none;
	color: Silver;
	min-height: 1.6em;
	padding: 10px 15px;
	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 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 10px;
	height: 10px;
	text-indent: 10px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 20px;
}

