.rbroundbox { background: #F2F2F2; }
.rbtop div { background: url(../images/roundbox/tl.gif) no-repeat left top; }
.rbtop { background: url(../images/roundbox/tr.gif) no-repeat right top; }
.rbbot div { background: url(../images/roundbox/bl.gif) no-repeat left bottom; }
.rbbot { background: url(../images/roundbox/br.gif) no-repeat right bottom; }

.rbroundboxblue { background: #BBCBE2; }
.rbtopblue div { background: url(../images/roundbox/tlb.gif) no-repeat left top; }
.rbtopblue { background: url(../images/roundbox/trb.gif) no-repeat right top; }
.rbbotblue div { background: url(../images/roundbox/blb.gif) no-repeat left bottom; }
.rbbotblue { background: url(../images/roundbox/brb.gif) no-repeat right bottom; }

.rbtop div, .rbtop, .rbbot div, .rbbot, .rbtopblue div, .rbtopblue, .rbbotblue div, .rbbotblue {
width: 100%;
height: 15px;
font-size: 1px;
clear:both;
}

.rbcontent, .rbcontentblue { 
	margin: 0 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.rbroundbox, .rbroundboxblue { width: 90%; margin: 1em auto; }

.rbcontentblue ul {
	list-style:none;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
}

.rbcontent ul {
	padding-left: 0;
	margin-left: 15px;
	margin-top: 5px;
}

.rbcontent li {
	margin-top: 5px;
}

.rbcontentblue ul li {
	background: none;
	padding-left: 5px;
	margin-top: 8px;
	padding-top: 2px;
}

.rbcontentblue ul li ul{
	padding-left:10px;
}

.rbcontentblue ul li ul li{
	background-image:url(../images/buttons/bulletblue.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}

.rbcontent li a, .rbcontentblue li a, .rbcontent li a:visited, .rbcontentblue li a:visited{
	text-decoration:none;
	color:#666666;
}

.rbcontent li a:hover, .rbcontentblue li a:hover{
	text-decoration:underline;
}
