#news {
	width: 490px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(../images/news/news.gif) no-repeat;
	}


#newspanel {
	position: absolute;
	top: 80px;
	width: 470px;
	height: 200px;
	margin: 0px 0px 0px 10px;
	padding: 5px 12px 10px 0px;
	overflow: auto;
}	



#newspanel a:link,
#newspanel a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}



#newspanel a:hover,
#newspanel a:active {
	color: #FF0000;	
	text-decoration: none;
}


