body{
padding: 0em;
  margin: 0em;
  border: 0em;
  font-family: verdana, sans-serif;
}
.title{
  background: #5f90be;
  width: 100%;
  border-bottom: 2px solid #bbbbbb;
  padding: 0em;
  margin: 0em;
}
.subsection{
  border-top: 1px solid #dddddd;
  margin: 0.2em 0.4em;
  width: 70%;
}
.sectionheading{
  font-size: 0.8em;
  padding: 0em 0em 0.4em 0em;
}
.sectioncontents{
  font-size: 0.7em;
}
.contents{
  font-size: 0.7em;
  padding: 0em 1em;
}
.sectioncell{
  vertical-align: top;
  padding: 0em 0em 0em 0.5em;
}
.imagecell{
  width: 90px;
}
A{
  color: #5f90be;
  text-decoration: none;
  font-weight: bold;
}
A:hover{
  text-decoration: underline;
}
img{
  border: 0em;
}
.footer{
  font-size: 0.6em;
  color: #bbbbbb;
  margin: 3em 1.4em 1em 1em;
  text-align: right;
  border-top: 1px solid #dddddd;
}

