/* Start of CMSMS style sheet 'blockquotes' */
/* QUOTES */
.blockquote {
  padding-bottom:18px;
}

.bqStart {
  width:50px;
  height:35px;
  overflow:hidden;
}

.bqInner {
  font-size:100px;
  margin-top:35px;
  color:#369A3D;
}

.bqBody {
  font-size:15px;
  font-weight:bold;
  margin-left:45px;
  margin-top:-17px;
}

.bqEnd {
  float:right;
  height:35px;
  margin-top:-17px;
  overflow:hidden;
  width:50px;
}
/* End of 'blockquotes' */

