/* CSS Document */
.rbroundbox {
	background: url(gifs/nt.gif) repeat;
	color: #660000;
}

.rbroundbox1 {
	background: url(gifs/nt2.gif) repeat;
	color: #660000;
}

.rbtop div { background: url(gifs/tl2.gif) no-repeat top left; }
.rbtop { background: url(gifs/tr2.gif) no-repeat top right; }
.rbbot div { background: url(gifs/bl2.gif) no-repeat bottom left; }
.rbbot { background: url(gifs/br2.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
	background-color: #FFFFFF;
	padding: 5px;
}
.rbroundbox { width: 95%; margin: 1em auto; }
.rbroundbox1 {
	width: 97%;
	color: #660000;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
}.rbcontentcentre {
	margin: 0 7px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

