.NewsSection {
	margin: 1em 0px;
	padding: 0px;
}
.NewsSectionTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}
.NewsCategory {
	padding: 0px 5px 1px 5px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	font-stretch:wider!important;
	color:#FFFFCC;
	background: #152022 url(/gui/bg.jpg);
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
}
.NewsItemTitle {
	font-size: 13px;
	font-weight: bold;
	margin 0px;
	padding-top: 3px;
	padding-left: 5px;
	color:#a0dfe5;
	border-left: 1px #555555 solid;
}
.NewsItemDate {
	font-weight: normal;
}
.NewsItemContent {
	margin: 0px;
	padding-left: 40px;
	padding-bottom:0.5em;
	border-left: 1px #555555 solid;
}
#NewsSubscribeHeader{
	overflow:hidden;
	position:relative;
	border: 0px solid #ffffff;
	top: 60px;
	height:20px;
	text-align: right!important;
}
.NewsSubscribeFooter{
}

#NewsSectionFooter {
	overflow:hidden;
	border-top: 1px #555555 solid;
	text-align: right!important;
}
