
/* set millions of background images */
.rbroundbox { background: url(media/nt.gif) repeat; }
.rbtop div { background: url(media/tl.gif) no-repeat top left; }
.rbtop { background: url(media/tr.gif) no-repeat top right; }
.rbbot div { background: url(media/bl.gif) no-repeat bottom left; }
.rbbot { background: url(media/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessesary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 180px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 180px; margin: 1em auto; }
.normaltextstylebox {
font-family:"Arial";
font-size:12px;
color:#FFFFFF;
}

.textheadermarquee {
font-size:18px;
font-weight:bold;
color:#66FF00;
text-decoration:none;
}

.boxrightheader {
font-size:18px;
font-weight:bold;
color: #555555;
text-decoration:none;
}
  
  .normtextgray {
  color: #333333;
  font-size:12px;
  }
  
    
  .normtextlight {
  color: #D1D1D1;
  font-size:12px;
  }