.rboxcontainer {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 8px;
}

.rbox {
	width: 95%;
	margin: 2px auto;
	color: #FFF;
	background: #0b2952;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
}


.rboxtitle {
	padding: 8px 5px 3px 5px;
	/*color: #c3cd93;*/
	font-family: 'Open Sans Semibold', Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	/*font-weight: bold;*/
	position: relative;

}
.rboxbody {
	padding: 7px 5px;
	font-size: 11px;
}

.rboxbody img {

}

.newstable {
	width: 100%;
}

.newsdate {
	font-size: 16px;
	font-weight: bold;
}