h1 {
font-size: 20px;
color: #267c2d;
line-height: 12px;
}

h2 {
font-size: 16px;
color: #267c2d;
line-height: 12px;
}

.toptext {
width: 90%;
margin-left: 20px;
}

/* gray rounded box */

.box { 
  background: #F3F3F3; 
  width: 1050px;
  margin: 0px 15px 0px 15px;
}

.box img {
display:block;
margin-right: 15px;
margin-bottom: 25px;
}

.box p {
padding-bottom: 65px;
}

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

strong {
font-size:12px; 
color:#267C2D;
}

