.header2, .header3, .header4 .mceContentBody h2, .mceContentBody h3, .mceContentBody h4 {
  padding-bottom: 4px;
}

.header2, .mceContentBody h2 {
  font-size: 16px;
  font-weight: bold;
  color: #6060a0;
  margin: 11px 0 3px 0;
  border-bottom: 1px solid #eee; 
}

.header3, .mceContentBody h3 {
  font-size: 14px;
  font-weight: bold;
  color: #6060a0;
  margin: 9px 0 3px 0; 
  border-bottom: 1px solid #eee; 
}

.header4, .mceContentBody h4 {
  font-size: 12px;
  font-weight: bold;
  color: #6060a0;
  margin: 7px 0 3px 0; 
  border-bottom: 1px solid #eee; 
}

.red {
  color: #AA2F07;
}
.green {
  color: #A0B60A;
}

.orange {
  color: #EBB600;
}

.blue {
  color: #0094C3;
}

.navy {
  color: navy;
}

.code {
  font-family: "Courier New";
  font-size: 13px;
  background-color: #fafafa;
}

.image_left
{
  padding-right: 5px;
  float: left;
}

.image_right
{
  padding-left: 5px;
  float: right;
}
