.NewsSection {
	padding: 0px;
}
.NewsSectionTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.NewsCategory {
	padding: 0px 5px 1px 5px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	font-stretch:wider!important;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: bottom url(/snippets/dhtmlsuite/themes/nobledead/images/tab-view/tab_panel_bg.jpg);
}
.NewsItemTitle {
	font-size: 13px;
	font-weight: bold;
	margin 0px;
	padding-top: 3px;
	padding-left: 5px;
	color:#a0dfe5;
}
.NewsItemDate {
	font-weight: normal;
}
.NewsItemContent {
	margin: 0px;
	padding-left: 40px;
	padding-bottom:0.5em;
}
#NewsSubscribeHeader{
	overflow:hidden;
	position:relative;
	top: 2em;
	height:20px;
	text-align: right!important;
}
.NewsSubscribeFooter{
}

#NewsSectionFooter {
	overflow:hidden;
	border-top: 1px #555555 solid;
	padding-top: 2px;
	text-align: right!important;
}
