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

a {
  color: #0074B2;
}

a:hover {
  color: #EE0000;
}

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

h1 {
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 7px 0;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	padding: 20px 0 7px 0;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 20px 0 7px 0;
}

h4 {
  font-size: 14px;
  margin: 10px 0 7px 0;
}

big {
  font-size: 18px;
}

p {
  padding: 0 0 15px 0;
}

#content table {
  border-collapse: separate;
  border-spacing: 0;
  margin: -10px 0 20px -10px;
}

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

#content td {
  border-top: 1px solid #EEE;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
}

table.title tr td {
	border:none !important;
	text-align: center !important;
	padding: 10px 10px !important;
	vertical-align: bottom !important;
}

#content ol {
  list-style: decimal;
  margin: -10px 0 20px 28x;
}

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

#content ul {
  margin: -10px 0 20px 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';
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol  {
  margin-top: 0 !important;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;;
}

.tc {
  text-align: center;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clear {
  clear: both;
}
