#the_box {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #FFFFFF;
  border: solid 1px #666666;
  width: 638px;
  overflow: hidden;
  min-height: 250px;
  margin-bottom: 10px;
}

#box_header {
  background-color: #666666;
  height: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 5px;
}

#box_text {
  padding: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#box_text {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
}

#box_text h {
  font-size: 14px;
  font-weight: bold;
}

#box_text p {
font-size: 13px;
}


