body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #eef0ed;
   color: #474747;
}

a:link {
        color: #000000;
        text-decoration: none;
        }
a:visited {
        color: #000000;
        text-decoration: none;
        }
a:hover {
        color: #000b9d;
        text-decoration: underline;
        }
a:active {
        color: #000b9d;
        text-decoration: underline;
        }


table { font-family: Arial, Helvetica, sans-serif; }
td { font-family: Arial, Helvetica, sans-serif; }
tr { font-family: Arial, Helvetica, sans-serif; }
tt { font-family: Arial, Helvetica, sans-serif; }

 /* set millions of background images */
.rbroundbox { background: url(c00.gif) repeat; }
.rbtop div  { background: url(c11.gif) no-repeat top left; }
.rbtop      { background: url(c12.gif) no-repeat top right; }
.rbbot div  { background: url(c21.gif) no-repeat bottom left; }
.rbbot      { background: url(c22.gif) no-repeat bottom right; }

 /* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent  { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }
