body {
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a {
  color: #0066CC;
}

a:hover {
  color: #DD0000;
}

a:active {
  color: #FF0000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #000;
}

h1 {
  font-weight: normal;
  font-size: 39px;
  margin: 0 0 10px 0;
}

h2 {
  font-weight: normal;
  font-size: 29px;
  margin: 30px 0 10px 0;
}

h3 {
  font-weight: normal;
  font-size: 24px;
  margin: 30px 0 10px 0;
}

h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 5px 0 10px 0;
}

h1 + h2, h2 + h3, h3 + h4, div.l > h2 {
  margin-top: 0 !important;
}

big {
  font-size: 28px;
}

p {
  margin: 0 0 15px 0;
}

#content a:visited {
  color: #666;
}

#content a:visited:hover {
  color: #DD0000;
}

#content a:visited:active {
  color: #FF0000;
}

#content table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 15px -5px;
}

#content th {
  padding: 5px 5px;
  text-align: left;
  vertical-align: middle;
}

#content td {
  border-bottom: 1px solid #CCC;
  padding: 5px 5px;
  vertical-align: middle;
  text-align: left;
}

#content ol {
  list-style: decimal;
  margin: -8px 0 15px 28px;
}

#content ol li {
  margin: 0 0 6px 28px;
}

#content ul {
  margin: -8px 0 15px 28px;
}

#content ul li {
  margin: 0 0 6px 0;
  text-indent: -1.54em;
  behavior: expression(!this.before\A ? this.before = this.innerHTML = "&mdash;&nbsp;" + this.innerHTML : '');
}

#content li ul, #content li ol {
  margin: 5px 0 15px 28px;
} 

#content ul li:before {
  content: '\2014\a0\a0';
}


.tl {
  text-align: left;
}

.tr {
  text-align: right;;
}

.tc {
  text-align: center;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clear {
  clear: both;
}
