body {
  
  background: #FFFFFF;
  margin: 10px 10px 10px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;

}

div.content {
  width: 75%;
}

table {

  width: 100%;
  border: 0px;

}

td {

  text-align: left;

}

td.logo {

  width: 35%

}

td.navbar {
  background: #6666CC;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;

}

td.image {
  text-align: center;
}

ul.navbar {

  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5em;  

}

li {

  padding: 0px 0px 10px 0px;
  display: block;

}

h1 {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24pt;
  color: #2222AA;

}  

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #2222AA;
}  

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #2222AA;
}  

h4 {
  font-weight:bold;
}

p {
  font-size: 12pt;
  margin-bottom: 10px;
}


div.quote {
  font-style: italic;
  font-size: 11pt;
  padding-left:30px;
  padding-right:30px;

}

div.credit {
  padding-left:20px;
  display:inline;
  font-style:normal;
  text-align:right;
  font-size: 10pt;
}

div.web {
  display:inline;
  font-style:normal;
  font-size: 8pt;
}

a {
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: navy;
  text-decoration: none;

}

a.navbar {

           display: block;
           padding: 5px 5px 5px 5px;
           font-weight: bold;
           font-size: 11pt;
           line-height: 125%;

}

a.navbar:hover {

  background: #7777DD;

}

img { 

      padding: 10px;
      border: none;

 }


