BODY {
  font-family: Tahoma, Arial, sans-serif;
  color: #333;
  background-color: white;
}

H1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 22px;
  display: table-cell;
  vertical-align: bottom;
  font-weight: lighter;
  padding-top: 20px;
  background-color:white;
  color:#005ea3;
}

H1 IMG{
  display: block;
  vertical-align: bottom;
  margin-top: -20px;
  padding-right: 20px;
}

H2 {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  background-color: #525D76;
  font-size: 16px;
}

H3 {
  font-family: Tahoma, Arial, sans-serif;
  color: #005ea3;
  background-color: white;
  font-size: 13px;
  font-weight:lighter;
  line-height:200%;
}

B {
  font-family: Tahoma, Arial, sans-serif;
  color: white;
  background-color: #525D76;
}

P {
  font-family: Tahoma,Arial,sans-serif;
  background: white;
  color: black;
  font-size: 12px;
}

A {
  color : #333;
}

A.name {
  color : #333;
}

HR {
  color : #525D76;
  border-color: #005ea3!important;
}

TH {
  font-weight:lighter;
}

TH font{
  font-size:1em;
}

TD{
  padding: 10px 0;
}

H3:last-of-type{
  display:none;
}
