body {
  font-size: 13px;
  line-height: 18px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  background: #e3e3e3;
  padding: 0;
  color: #242424;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.857em;
}

big {
  font-size: 1.13em;
}

a {
  color: #cc0606;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


/* ==================== */
/* = Content elements = */
/* ==================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 5px 0;
  color: #31270f;
  font-family: Helvetica, Arial, sans-serif;
  z-index: 201;
  position: relative;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #31270f;
}

h1 {
  font-size: 28px;
  padding: 0 0 10px 0;
}

h2 {
  font-size: 20px;
  padding: 0 0 10px 0;
}

h3 {
  font-size: 1em;
  padding: 0 0 5px 0;
}

h4, h5, h6  {
  font-size: 14px;
}

p {
  font-size: 13px;
  padding: 0 0 15px 0;
  margin: 0;
  text-align: justify;
}

p + h2 {
  padding-top: 20px;
}

p + table {
  margin: 20px 0 0 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.pages #content ul {
  padding: 0 0 15px 15px;
}

.pages #content ul li {
  list-style: circle;
}

sup {
  font-size: 0.85em;
  vertical-align: super;
}

sub {
  font-size: 0.85em;
  vertical-align: sub;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.alignc {
  text-align: center;
}

.clear {
  clear: both;
  font: 1px/1px monospace;
  height: 0px;
  width: 1px;
  display: block;
}

.clear.small {
  clear: both;
  height: 10px;
}

.clear.medium {
  clear: both;
  height: 20px;
}

.clear.high {
  clear: both;
  height: 30px;
}




