/* *******************************
 * *********** Content ***********
 * ******************************* */
 
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#text,
.mceContentBody {
	font-size: 10pt;
	line-height: 150%;
}

#text h1,
.mceContentBody h1 {
  font-size: 16pt;
  line-height: 170%;
  color: #444;
}

#text h2,
.mceContentBody h2 {
}

#text h3,
.mceContentBody h3 {
  font-size: 12pt;
}

#text h4,
.mceContentBody h4 {
  font-size: 11pt;
  margin: 8px 0 2px 0;
}

#text p,
.mceContentBody p {
  margin-bottom: 7px;
}

#text img,
.mceContentBody img {
  float: left;
  margin-right: 10px;
}

#text .outline
.mceContentBody .outline {
  font-size: 20pt;
  background: red;
}

#text .list,
.mceContentBody .list {
  display: block;
  list-style-type: square;
  padding-left: 10px;
  background: url(pictures/list_circle.gif) no-repeat;
}

#text .indented,
.mceContentBody .indented {
  display: block;
  padding-left: 16px;
}
