.rbox{
	background: white;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	line-height:130%;
}

.rbox table{
	width:95%;
}

.rbox .rboxtitle{
	padding:3px 0px;
	background: #D4F0BE;
	border: 1px solid #999999;
	border-bottom:none; 
	font-weight:bold;
	font-size:x-small;
	text-align:center;
}


.rboxcontent{
	padding: 5px 1px 5px 0px;
	margin:0px;
	border:1px solid #999999;
	background: #FFFFFF;
	text-align:center;
}

.rboxcontent ol{
	margin:0px;
	padding:0 1px 1em 2em;
	list-style-type:decimal;
	
}
.rboxcontent li{
	margin:0px;
	padding:0px;
	text-align:left;
}
