@charset "utf-8";

#news {
	width: 448px;
	-moz-margin-left:-150px;
}

#news #top {
	background-image: url(../images/background-newscontent.png);
	height: 28px;
	text-align: left;
	display: block;
	width: 448px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#news #top #title-align {
	width: 400px;
	padding-top: 6px;
	padding-left: 15px;
}
#news #contentarea {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #050405;
	border-right-color: #050405;
	border-bottom-color: #050405;
	border-left-color: #050405;
	overflow: auto;
	height: 300px;
	background-color: #FFFFFF;
	padding: 6px;
}
.RSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
#news h2 a {
	font-size:small;
	color:#FF0000;
	text-decoration:none;
	}
#news h2 a:hover {
	font-size:small;
	color:#666666;
	text-decoration:none;
	}

