#scroller
{
	position: absolute;

	left: 0px;
	top: 1px;
	font-family: fixed;
	background-color: #DBDE98;
}
#buffer
{
	position: absolute;
	width: 850px;
	height: 13px;
	left: 0px;
	top: 0px;
}
#viewer
{
	background-color: #DBDE98;
	position: absolute;
	width: 200px;
	height: 20px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #495156;
}

a.news:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #495156;
	text-decoration: none;
}

a.news:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #495156;
	text-decoration: none;
}

a.news:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3853B7;
	text-decoration: underline;
}

a.news:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #273E8F;
	text-decoration: underline;
}
