body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  font-family: "Arial", "Verdana", "Helvetica", sans-serif;
  font-size: 7pt;
  color: #6a6a6a;
  line-height: 1.2;
}

hr { display: none; }

p, form, img { margin: 0; padding: 0; }

p { line-height: 1.3; }

h1, h2, h3, h4, h5 {
  margin: 0; padding: 0;
  line-height: 1.3;
  color: #e74215;
}

ol, ul {
  margin: 0;
  padding: 5px 0 10px 11px;
}

ul li, ol li {
  line-height: 1.3;
  font-size: 8pt;
  margin: 0; padding: 0;
  vertical-align: middle;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 11pt;
}

h3 {
  font-size: 9pt;
}

h4 {
  font-size: 8pt;
  color: #a82822;
}

span {
  font-size: 8pt;
}

table th {
  text-align: right;
}

table td {
  text-align: left;
}

a:link, a, a:hover, a:visited {
  color: #EFBB27;
text-decoration:none;
}

a:hover {
color:#B18300;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: block !important;}

/* ie win hack ~ height acts like min-height \*/
* html .clearfix {height: 1%;}
/* end comment required */

