a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #777777;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: none;
}

html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.spacer {
  height: 13px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

nav {
  font-size: 12px;
  margin: 10px 0;
}
nav a {
  margin-right: 10px;
}
nav a:last-child {
  margin-right: 0;
}
nav a.active {
  font-weight: bold;
}

main {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}
main.textcontent {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 15px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}

td {
  font-family: Candara, Arial;
  font-size: 10pt;
}
