div.TheBox {
font-face: Geneva, Arial, Helvetica, sans-serif;
  background: #ffffff;
  border:none;
  position:relative;
  
	} 

div.TheBoxHeader {
	float: left;
  	border:none;
  	background: url(img/box_hd_ul.gif) top left no-repeat;
  	background-color: #F96B0B;
} 
div.TheBoxHeader h3 {
	margin: 0;
	padding: 5px 5px 0px 5px; 
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	background: url(img/box_hd_ur.gif) top right no-repeat;
}
div.TheBoxMain {
	clear:both;
	float:left;
  background: url(img/box_mn_ul.gif) top left no-repeat;
  font-face: Geneva, Arial, Helvetica, sans-serif;
  background-color: #D3D3D3;
  border:none;
  } 
.TheBoxFirst {
	padding: 5px;
  margin: 0px;
  background: url(img/box_mn_ur.gif) top right no-repeat;
  font-size: 12px;
  font-weight: normal;
  
}
.TheBoxRest {
  background: url(img/box_mn_ll.gif) bottom left no-repeat;
  margin: 0;
  padding: 0;
  }
.TheBoxLast {
  background: url(img/box_mn_lr.gif) bottom right no-repeat;
  margin:0 0 0 0;
  clear:both; 
  } 
div.TheBoxContent {
  padding:15px;
  margin:0;
  margin-top:-1.7em;
  }
div.ArticleFooter {
  }
div.ArticleFooter p {
  
  }
