/* set millions of background images */
.rbroundbox_yellow { 
	background: url(images/box_yellow/nt.gif) repeat; 
	font-weight: normal ;
	font-size: 10px; 
	text-align: left;
	}
	
.rbtop_yellow div { background: url(images/box_yellow/tl.gif) no-repeat top left; }
.rbtop_yellow { background: url(images/box_yellow/tr.gif) no-repeat top right; }
.rbbot_yellow div { background: url(images/box_yellow/bl.gif) no-repeat bottom left; }
.rbbot_yellow { background: url(images/box_yellow/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_yellow div, .rbtop_yellow, .rbbot_yellow div, .rbbot_yellow {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_yellow { margin: 0 7px; }
.rbroundbox_yellow { width: 100%; margin: 1em auto; }




/* set millions of background images */
.rbroundbox_blue { 
	background: url(images/box_blue/nt.gif) repeat; 
	font-weight: bold;  
	}
	
.rbtop_blue div { background: url(images/box_blue/tl.gif) no-repeat top left; }
.rbtop_blue { background: url(images/box_blue/tr.gif) no-repeat top right; }
.rbbot_blue div { background: url(images/box_blue/bl.gif) no-repeat bottom left; }
.rbbot_blue { background: url(images/box_blue/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_blue div, .rbtop_blue, .rbbot_blue div, .rbbot_blue {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_blue { margin: 0 7px; }
.rbroundbox_blue { width: 100%; margin: 1em auto; }


.rbroundbox_blue a{
	font-weight: bold;
font-size: 11px;
color: #0e3d55;
text-decoration: underline;
	
}