body {
    background-color: #edf1f8;
    color: black;
    font-size: 14px;
    font-family: "Verdana", "Tahoma", "Arial", "Geneva";
    padding-bottom: 10px;
    margin: 0;
}

h2, h3 {
    text-align: center;
}

h2 {
    font-size: 19px;
    font-weight: bold;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 3px;
}

div.image {
    color: black;
    float: left;
    font-size: 10px;
    margin-left: 3px;
    margin-bottom: 3px;
    text-align: center;
    border: 1px #004065 solid;
    width: 150px;
    height:150px;
    background-color: #edf1f8;
}

div.border {
    padding: 5px;
    color: white;
    background-color: #004065;
    margin-top: 20px;
    border-radius: 4px;
}

div.content {
    color: black;
    background-color: #ffffff;
}

div.pct90 {
  width: 90%;
}

div.center {
  margin-left: auto;
  margin-right: auto;
}

table {
    border-collapse: collapse;
}

table tr td {
    vertical-align: top;
}

div.footer {
  font-size: 12px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}

div.footer a {
  color: blue;
  text-decoration: none;
}

div.footer a:hover {
  text-decoration: underline;
}

div.padding3 {
  padding: 3px;
}

img.signum {
  float:right;
  height:15px;
  padding-right:10px;
  padding-bottom:10px
}

