﻿html,
body {
  background: #fff;
  margin: 0;
  width: 100%;
  color: #000;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', 'Segoe UI', 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: .625em;
  font-weight: 400;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  line-height: 1.714;
}
input,
select,
textarea {
  font-family: 'Open Sans', 'Segoe UI', 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 1em;
}
a {
  color: #b81821;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
#ktxNavi,
.addBookmarks {
  display: none;
}
h1.hiddenElm {
  font-size: 3.5em;
}
#header,
.footerLinksWrap,
#sidebar {
  display: none;
}
#contentWrapper {
  font-size: 1.4em;
}
#footer {
  font-size: 1.4em;
  padding-top: 20px;
  border-top: 1px solid #000;
}
