@charset "UTF-8";
html,
body,
td,
th,
tr,
font,
p,
a,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dd,
dt,
label,
input,
textarea,
button,
select,
fieldset,
legend {
  padding: 0;
  margin: 0;
  border: 0;
}
a,
a:hover {
  text-decoration: none;
}
pre {
  display: block;
  padding: 5px;
  color: #000;
  font-family: Courier, monospace;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #000;
  clear: both;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  max-height: 1000000px;
  font-size: 62.5%;
  line-height: 20px;
  letter-spacing: 0.025em;
}
body * {
  max-height: 1000000px;
}
img,
table,
tr,
td {
  padding: 0;
  margin: 0;
  border: none;
}
div,
form {
  position: relative;
  text-align: left;
  margin: auto;
  margin: 0;
  padding: 0;
}
input,
textarea,
select,
option,
button {
  border: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
table {
  margin-bottom: 10px;
  font-size: 1.0em;
  font-weight: normal;
  font-weight: 400;
  color: #484848;
}
h1,
h2,
h3 {
  font-size: 1.4em;
  color: #2694D4;
  font-weight: normal;
  font-weight: 500;
}
h2 {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 400;
  color: #636363;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
}
h3 {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 500;
  color: #636363;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
}
h4,
h5,
h6 {
  font-size: 1.4em;
  color: #484848;
  font-weight: normal;
  font-weight: 400;
}
p,
li,
a,
label {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
  color: #484848;
}
li,
a,
label {
  margin-bottom: 0;
}
p + p {
  margin-top: -5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
li p,
p a,
li a,
th p,
td p,
th a,
td a,
a p,
label a {
  font-size: 1.0em;
}
table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  table-layout: auto;
}
table thead th,
table thead td,
table tbody th,
table tbody td {
  vertical-align: top;
  padding: 10px 10px 9px;
  font-size: 1.4em;
  font-weight: 400;
  border: 1px solid #dbdbdb;
}
table thead th.odd,
table thead td.odd,
table tbody th.odd,
table tbody td.odd {
  background-color: #f3f3f3;
}
table thead th.even,
table thead td.even,
table tbody th.even,
table tbody td.even {
  background-color: #f7f7f7;
}
table thead th.numeric span,
table thead td.numeric span,
table tbody th.numeric span,
table tbody td.numeric span {
  display: block;
  width: 0.6em;
  min-height: 5px;
  text-align: center;
  float: left;
}
table thead th.numeric span.char_half,
table thead td.numeric span.char_half,
table tbody th.numeric span.char_half,
table tbody td.numeric span.char_half {
  width: 0.3em;
}
table thead th.numeric span.char_blank,
table thead td.numeric span.char_blank,
table tbody th.numeric span.char_blank,
table tbody td.numeric span.char_blank {
  width: 0.45em;
}
table thead th,
table tbody th {
  font-weight: 500;
}
table tfoot td {
  vertical-align: top;
  padding: 10px;
  font-size: 1.2em;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
}
ul,
ol {
  list-style: outside;
  padding-left: 20px;
}
ol {
  list-style-type: decimal;
}
strong {
  font-weight: 500;
}
hr {
  display: block;
  height: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background: none;
  border: none;
  outline: none;
  border-top: 1px solid #b1b1b1;
  clear: both;
}
hr.light {
  border-top: 1px solid #d6d6d6;
}
a {
  color: #2694D4;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both !important;
}
