@charset "utf-8";
Body1 .urls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


.box { 
  background: #000000; 
}
.boxtop { 
  background: url(/site1/images/corners/ne-24.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(/site1/images/corners/nw-24.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/site1/images/corners/se-24.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(/site1/images/corners/sw-24.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

