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

hr { display: none; }

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

input {
  background: #e6e6e6;
  border: 1px solid #ce8e8b;
  padding: .2em .5em;
}

input.submit {
  background: #fff url(../images/submit_button.gif) top left repeat-x;
  color: #222;
}

p { line-height: 1.6; }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; line-height: 1.2; }

ol, ul {
  margin-top: 0;
}

ul li, ol li {
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

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


span {
  font-size: 8pt;
}

table th {
  text-align: right;
}

table td {
  text-align: left;
}

a:link, a, a:hover, a:visited {
  color: #a82822;
  text-decoration: underline;
  font-size: 8pt;
}

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

.clearfix {display: inline-block;}

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

