div.box {
  clear: both;
  width: 280px;
  margin-top: 20px;
  font-size: 0.9em;
}
div.box_head {
  width: auto;
  z-index:1;
  line-height: 37px;
  background-image: url("images/boxFrameTitle.png");
  padding-left: 12px;
  text-align: left;
}
div.box_frame {
  width: auto;
  z-index:0;
  padding: 12px;
  padding-bottom: 5px;
  margin-top: -5px;
  background-color: #cdd5d5;
  text-align: left;
}
div.box_bottom {
  height: 6px;
  width: auto;
  background-image: url("images/boxFrameBottom.png");
}
div.box_frame a {
  text-decoration:none;
  color:#5D7E7E;
    
}
div.box_frame a:hover {
  font-weight:bold;
  color:#ffffff;    
}

