body {

  font-size: 10pt;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  color: black;

  line-height: 14pt;

  padding-left: 5pt;

  padding-right: 5pt;

  padding-top: 5pt;

}


h1 {

  font: 18pt Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-weight: bold;

  line-height: 20pt;

	color: Blue;

}

h3 {

  font: 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-weight: bold;

  line-height: 20pt;

	color: Green;

}

p.subheader {

  font-weight: bold;

  color: #593d87;

}


img {

  padding: 3pt;

height: 200px;


}

.right {
float: right;
}

.left {
float: left;
}

.wl {
	float: left;
}

a {
  text-decoration: none;

}
a:link, a:visited {

  color: #ffffff;

}


a:hover, a:active {

  color: #FF9933;


}
a.navbar {
	display: block;
  	padding: 8px;
  	background-color: #ffffff;
}

a:active {
color: #000000;
}


div.footer {

  font-size: 9pt;

  font-style: italic;

  line-height: 12pt;

  text-align: center;

  padding-top: 30pt;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #333;
 position: fixed;
  top: 0;
  width: 100%;
}

li {
  float: left;
border-right: 1px solid #bbb;
width: 25%;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
color: #666;
}