.button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   vertical-align : middle;
   color : black;
   font-weight : bold;
   text-decoration : none;
   cursor:pointer;
}

.Lblue {
   background : #E8F5FF;
}

.Lblue:hover {
   background : #B5C2CC;
   color : #000;
}

.Lblue:active {
  background : #828999;
  color : #E8F5FF;
}

.Dblue {
   background : #CCF;
}

.Dblue:hover {
   background : #99C;
   color :#000;
}

.Dblue:active {
  background : #333;
  color : #CCF;
}

.small {
   font-size : 8px;
}

.big {
  font-size : 12px;
  font-weight : bold;
}

.vBig {
   font-size : 14px;
   font-weight : bold;
}


.noBorder {
  border : 0px;
  text-decoration : underline;
  margin : 0px 5px;
  padding : 3px;
  line-height : 14px
}

.Border {
  padding : 2px 2px;
  margin : 2px 2px;
  text-decoration : none;
  border: 1px solid black;
}

.Lorange {
  background : #FC0;
  color : F60;
}
.Lorange:hover {
  background : #FC0;
  color : #000;
}
.Lorange:active {
  background : #666;
  color : #FFF;
}

.Dorange {
  background : #F60 ;
  color : #FC0;
}
.Dorange:hover {
  background : #F60;
  color :#FFF;
}
.Dorange:active {
  background : black;
}

.navButton{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  min-height : 15px;
  padding-top : 4px;
  color : navy;
  background : #CCF;
  text-align : center;
  font-weight : bold;
  min-width : 93px;
  max-width : 94px;
  _width : 94px;
  text-decoration : none;
  border : 1px solid black;
  float : left;
}

.navButton:hover {
  background : #E8F5FF;  
  border :1px solid navy;
  color : navy;
}

.navButton:active {
  background : navy;
  border :1px solid black;
  color : #E8F5FF;
}


/* round box of DOOM! */
/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/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: 100%; margin: 1em auto; }