
/* set millions of background images */
.rbroundboxline  { background: url(media/ntline.gif) repeat; }
.rbtopline div { background: url(media/tlline.PNG) no-repeat top left; }
.rbtopline { background: url(media/trline.PNG) no-repeat top right; }
.rbbotline div { background: url(media/blline.PNG) no-repeat bottom left; }
.rbbotline { background: url(media/brline.PNG) no-repeat bottom right; }

/* height and width stuff, width not really nessesary. */
.rbtopline div, .rbtopline, .rbbotline div, .rbbotline {
width: 180px;
height: 8px;
font-size: 1px;
}
.rbcontentline { margin: 0 2px; }
.rbroundboxline { width: 180px; margin: 1em auto; }
.normaltextstyleboxedgegray {
font-family:"Arial";
font-size: 12px;
font-weight: bold;
font-style: normal;
color: gray;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

.boxleftheader {
font-size:16px;
font-weight:bold;
color:#0066FF;
text-decoration:none;
}

  
  .normtextgray {
  color: #333333;
  font-size:12px;
  }