body {
  margin: 3;
  height: 100%;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: black;
  background-color: white }

a:link { color: #990F17; text-decoration: underline; cursor: default }
a:visited { color: #990F17; text-decoration: underline; cursor: default }
a:hover { color: #306FD9; text-decoration: underline; cursor: default }

div.gradient {
  padding: 0;
  height: 100%;
  background-image:url('graphics/gradient.jpg');
  background-repeat: repeat-x;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: none;
  border-bottom: none }

div.nav {
  height: 100%;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #990F17;
  border-left: none;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black }

div.nav a:link { color: white; text-decoration: none }
div.nav a:visited { color: white; text-decoration: none }
div.nav a:hover { color: white; text-decoration: underline }

div.nav_tem {
  height: 15px;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #990F17;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: none }

div.nav_tem a:link { color: white; text-decoration: none }
div.nav_tem a:visited { color: white; text-decoration: none }
div.nav_tem a:hover { color: white; text-decoration: underline }

div.header {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #990F17 }

p,div.content,td,li {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: black }
  
th {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black }  
  
div.quote1 {
  text-align: left;
  font-family: times, times roman, times new roman;
  font-weight: bold;
  font-size: 10pt;
  color: #163686 
	}
	
div.quote2 {
  text-align: right;
  font-family: times, times roman, times new roman;
  font-size: 8pt;
  color: #163686 
	}


a.copyright {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  text-decoration: none;
  color: #aaaaaa 
  }
  
  