﻿
body, p, ul
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, Helv, Sans-serif;
    FONT-SIZE: 9pt
}

/* set millions of background images */
.rbroundbox { background: url(../gfx/rondbox/nt.gif) repeat; }
.rbtop div { background: url(../gfx/rondbox/tl.gif) no-repeat top left; }
.rbtop { background: url(../gfx/rondbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(../gfx/rondbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../gfx/rondbox/br.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: 50%; margin: 1em auto; }*/

A:link {text-decoration: none; color:#C1D72D}
A:visited {text-decoration: none;color:#C1D72D}
A:active {text-decoration: none; color:#C1D72D}
A:hover {text-decoration: underline; color:#C1D72D}
