
td#scrollTD{
	width:99%;
}

td#scrollTDUP, scrollTDDOWN{
	width:10px;
}

#divScrollTextCont{
	position:relative;
	left:5px;
	top:0px;
	width:225px;
	height:190px;
	overflow: hidden;
	visibility: hidden;
}

.newsDiv {
	position:relative;
	left:10px;
	top:0px;
	width:100%;
	height:125px;
	overflow: hidden;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#divText{
	position:relative;
	left:0px;
	top:0px;
	padding-bottom: 10px;
}

.content, .news, .newst, .details, .title, .error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebc332;
}
.news {
	color: #000000;
}
.newst {
	color: #000000;
	font-weight: bold;
}
.details {
	color: #ff0000;
	font-weight: bold;
}

.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}