.news_header {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid white;
}

.news {
	position: absolute;
	visibility: hidden;
	width: 194px;
	left: 0px;
	top: 0px;
	padding: 7px;
	padding-bottom: 0px;
}

a.news_link_hl
{
	text-decoration: none;
	color: white;
}
a.news_link_hl:hover
{
	text-decoration: underline;
	color: white;
	background-color: transparent;
}
.news_text {
	font-size: 11px;
	font-weight: normal;
}