/* COLOUR SCHEMA 
  teal: #009999
  grey: - #808080
  lt.grey: -#C2C2AB
*/
body{
  color: #000000;
  font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
}


table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a { color: #009999; }
a:hover { color: #808080; text-decoration: underline; }

a:visit {} 
/* adjust to taste */

pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top:.3em; margin-bottom:.7em}
ul {list-style-type:disc;}
li {margin-bottom:.3em; margin-left: 25px;}
hr {color:blue; background-color:blue;} /* adjust to taste */
h1 {
  margin-top:2px;
  color: #FFFFFF;
  margin-bottom: 35px;
  padding: 0px;
  font: italic bold 22px Verdana, Arial, Helvetica, sans-serif;
  background: #808080;
}
#thedoc h1 {
  color: #000 !important;
}
h2 {
  margin-top:15px;
  font-size: 18px;
  color: #009999;
  padding: 0px;
  margin-bottom: 10px;
}
h3 {
  margin-top:0;
  margin-bottom: 6px;
  font-size: 17px;
  color: #009999;
}
h4 {
  margin:0;
  font-size: 16px;
  color: #E7934C;
}
h5 {
  margin:0;
  font-size: 14px;
  color: #516830;
}
h6 {
  margin:0;
  font-size: 12px;
  color: #333333;
}
blockquote {
	margin: 0 auto;
  padding: 15px;
  padding-right: 50px;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  background: #E8E3E1 url(/assets/img/blockquotes.gif) no-repeat right top;
  line-height: 18px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 span, h2 span, h3 span, h4 span, h5 span { font-weight: normal; }
h1.pgheader span{ font-weight: bold; }
