body {
  font-family: arial, helvetica, sans-serif;
  color: black;
  background-color: white;
  font-size: 10pt;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #666699;
}

div.newsletter {
  width: 611px;
  border: solid 1px #AAA;
  border-collapse: collapse;
  padding: 1em;
}

div.header {
  text-align: center;
  height: 124px;
}

div.header .title {
  padding: 1.5em;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: 2pt;
}

div.separator {
  border-top: solid 1px #AAA;
  margin-bottom: 1em;
}

div.date {
  color: #666699;
  text-align: right;
  font-weight: bold;
}

h1 {
  font-size: 13pt;
  color: #666699;
}

h2 {
  font-size: 11pt;
  color: #666699;
}

div.backToTop {
  text-align: right;
  border-bottom: solid 1px #aaa;
  margin-bottom: 1em;
  clear: both;
}

div.float {
  float: left;
  /*margin-right: 1em;*/
}

p {
  text-align: justify
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

li {
  margin: 0;
  padding: 0;
  text-align: justify
}

.missing {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
}

