body {  text-decoration: none;
background: #6e6e6e url('/images/backlogo.jpg') repeat-x;

}
 a:visited{
	color: #0000ff; text-decoration: none;
}
 a:hover {
	color: #0000ff; text-decoration: underline
}
 a:link { 
	color: #0000ff; text-decoration: none;
 } 
 a:active  { 
	color: #0000ff; text-decoration: none;
 } 
  a.white:visited{
	color: #ffffff; text-decoration: none;
}
 a.white:hover {
	color: #ffffff; text-decoration: underline
}
 a.white:link { 
	color: #ffffff; text-decoration: none;
 } 
 a.white:active  { 
	color: #ffffff; text-decoration: none;
 } 

a.class1:visited{  color: #000000;}
a.class1:hover{  color: #000000;text-decoration: underline;}
a.class1:link{  color: #000000;}
a.class1:active{  color: #000000;}
a.class2:visited{  color: #000000;}
a.class2:hover{  color: #000000;
	text-decoration: underline;}
a.class2:link{  color: #000000;}
a.class2:active{  color: #000000;}

/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/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; }

.button 
{ font-size: 10px; color: #000000; font-weight: normal; font-family: arial; background-color: #ff9933; text-decoration: none; 
} 
