body {
  margin: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

body, table, p, td {font-size: 14px; line-height: 18px; color: #333333;}

a {
  color: #872434;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:focus {
  text-decoration: underline;
}

p { margin: 0 0 10px; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 a, h2 a {font-weight: normal;}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {font-size: 24px; line-height:24px; margin-top:0; font-family: Arial, Helvetica; color: #872434; text-transform: uppercase; font-weight: normal;}
h2 {font-size: 20px; font-weight:normal; line-height:20px; font-weight: bold;}


h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}


ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
  margin-bottom: 6px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.small {font-size: 9px;}