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

.rbox {
	width: 100%;
	margin: 2px 0px;
	/*margin: 2px auto 2px auto;*/
	border: 1px solid #004A8B;
	/*background: #e5e082;*/
	/*** background: #FFF; ***/
	/*text-align: left;*/
	/* font-size: 11px;*/
	font-family: Helvetica, Arial, non-serif;
	background: #FCFCFC;
}


.rboxtitle {
	padding: 8px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #004A8B;
	position: relative;
	behavior: url(/js/PIE.htc);
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
}
.rboxbody {
	padding: 7px 5px;
	/*text-align: center;*/
	font-size: 11px;
}

.rboxbody img {
	/*
	background: #DDD;
	padding: 2px;
	*/
	/*border: 1px solid #444; */
}

.newstable {
	width: 100%;
}

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