a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.rbroundbox { background: url(i/nt.gif) repeat; }
.rbtop div { background: url(i/tl.gif) no-repeat top left; }
.rbtop { background: url(i/tr.gif) no-repeat top right; }
.rbbot div { background: url(i/bl.gif) no-repeat bottom left; }
.rbbot { background: url(i/br.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; }
.rbroundbox { width: 600px; margin: 1em auto; }

