/*image*/

/*The above is required to tell cPageSection.php which to add first, the heading or the image
  In this style, the image is added first to the page, so the heading then lines up with the image
*/

/* CSS Document */

.sectionNormal {
  width:100%;
  clear:both;
  padding-bottom:9px;
  margin-bottom:6px;
  line-height:17px;
}

.sectionNormal h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 13px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-left:4px;
  margin:0;
  margin-bottom:11px;}


.sectionNormal span.emph1 {font-size: 11px; pcolor:#000; font-weight:bold;}
.sectionNormal span.emph2 {font-size: 11px; color:#3d5fcc; font-weight:bold;}
.sectionNormal span.emph3 {font-size: 11px; color:#000; font-weight:bold;}
.sectionNormal span.emph4 {font-size: 11px; color:#3d5fcc; font-weight:bold;}

.sectionNormal p {font-size:12px; padding:0; margin:11px 0 11px 2px; }
.sectionNormal span {font-size:9px}

.sectionNormal img {padding:0;  border:none; margin:6px;}
.sectionNormal img.imgRight {float:right; margin:6px;}
.sectionNormal img.imgLeft {float:left; margin:6px;}

.sectionNormal blockquote {color:#13308e; font-size:12px;}

.sectionNormal ul {font-size:12px; color:#666666;}
.sectionNormal ol {font-size:12px; color:#666666;}


p.editIcons {
  float:left;
  clear:both;
  text-align:left;
  margin:0; padding:0;
  padding-left:1px;
}
p.editIcons img {
  float:none;
  margin:0; padding:0;
}

