body {
  background: #52738E url(images/background.png) no-repeat fixed center center;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #555555;
  margin: 0 0 0 0;
  align: centered;
}

h1 {
  font-size: 22pt;
  font-weight: bold;
  color: #000000;
  text-transform: lowercase;
  display: block;
  margin-top: 0;
  padding-top: 10;
  letter-spacing: 2px;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  color: #000000;
  font-style: lowercase;
}

h3 {
  font-size: 14pt;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 0px;
}  

a {
  color: #D55500;
  text-decoration: none;
}

a:hover {
  color: #FF7315;
  text-decoration: underline;
}

td.sidebar {
  padding: 5 2 5 2;
  font-size: 9pt;
  font-weight: bold;
}

td.sidebar a {
  color: #333333;
}

td.sidebar a:hover {
  color: #666666;
  text-decoration: none;
}

td.navmenu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FF9650;
  vertical-align: top;
  border-top: 1px solid #FFFFFF;
}

td.navmenu a {
  display: block;
  background: #FF9650;
  color: #FFF9F4;
  font-weight: bold;
  font-size: 10pt;
  width: 100%;
  padding: 5 10 5 15;
  margin: 0 0 0 0;
  border-bottom: 1px solid #FFFFFF;
}

td.navmenu a:visited {
  color: #FFF9F4;
}

td.navmenu a:hover {
  background: #FFF9F4;
  text-decoration: none;
  color: #FF9650;
}

td.docbody {
  padding: 10 10 10 10;
  background: #ffffff;
  vertical-align:top;
  align: justified;
  text-align: justify;
} 

td.docbody p { 
  padding-right: 10px;
}

td.bottomline {
  padding: 5 5 5 5;
  font-size: 7pt;
  background: #FFD9BF;
  border-top: 1px solid #FF7315;
  border-bottom: 2px solid #FF7315;
  text-align: center;
}

.caption {
  font-size: 9pt;
  font-weight: bold;
}

td.header {
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  background: #eeeeee;
}

/*this is actually an HR*/
h6 {
  display: block;
  margin: 5 0 5 0;
  padding: 0 2 0 2;
  border-top: 1px dashed #FF7315;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.footnote {
	font-size: 8pt;
	text-indent: -8px;
	margin: 8px;
}

