html {
  height: 100%; }

body {
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  -webkit-text-size-adjust: none; }

a {
  color: #26699d; }

h1, h2, h3, h4, h5 {
  color: #333;
  font-weight: normal; }

h1 {
  font-size: 1.67em; }
  h1.big {
    font-size: 2em; }

h2 {
  font-size: 1.33em; }

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.6em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 7px; }

ul {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0; }
  ul li {
    margin: 0 0 0.3em 0;
    padding: 0 0 0 18px; }
    ul li:before {
      content: '\2022';
      color: #4a9c61;
      font-size: 1.2em;
      position: absolute;
      margin-left: -15px; }

p {
  margin: 0 0 1em; }

menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    padding: 6px 5px 6px 0;
    text-align: left;
    vertical-align: top; }
    table th:first-child, table td:first-child {
      padding-left: 18px; }
    table th:last-child, table td:last-child {
      padding-right: 10px; }
  table th {
    background: #a7cdb1; }
  table td {
    border-bottom: 1px solid #d9d9d9; }
