body {
  font-family: verdana;
}
#top {
  clear: both;
}
#logo {
  float: left;
  width: 95px;
  height: 95px;
  padding-right: 3em;
}
#report {
  float: left;
  width: 50%;
  font-size: 2.5em;
  font-weight: bold;
  font-style: italic;
}
#profile {
  float: left;
  width: 50%;
  font-size: 1.5em;
}
#area {
  float: right;
}
#legend {
  font-size: 0.75em;
  float: right;
  clear: right;
  text-align: right;
}
table {
  width: 100%;
  font-size: 0.85em;
  clear: both;
  border-collapse: collapse;
  border-spacing: 2px;
}
table thead th.header {
  background-color: #0ca5c5;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
}
table tfoot th {
  text-align: left;
  background-color: #0ca5c5;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 5px 5px 2em;
  font-style: italic;
}
table tfoot td {
  font-size: 0.75em;
}
table thead th {
  background-color: #0057ae;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
  border: 2px #ffffff solid;
}
.spacer {
  height: 10px;
  font-size: 0.1em;
}
td.doubleline {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  height: 10px;
  font-size: 0.1em;
}
td.bottomline {
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #c0c0c0;
}
td.stars {
  background-color: #c69a17;
  color: #ffffff;
  padding: 10px;
}
table tbody tr.options th.header {
  font-weight: bold;
  text-align: left;
  width: 45%;
}
table tbody tr.options th.headerbottomline {
  font-weight: bold;
  text-align: left;
  width: 45%;
  border-bottom: 1px dotted #c0c0c0;
}
table tbody tr.options td {
  text-align: center;
}
table.premiums {
  width: 100%;
  padding-left: 2em;
}
table.premiums tr th {
  background: #b3b8Bf;
  font-weight: normal;
  width: 10%;
}
table.premiums tr th.header {
  font-weight: bold;
  text-align: center;
  width: 30%;
}
table.premiums tr td.header {
  font-weight: bold;
}
table.premiums tr td {
  text-align: center;
}
.note {
  color: #ff0000;
}
