body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
  }
  
  h1 {
  font-size: 40px;
  font-weight: normal;
  color: #666666;
  padding: 0px;
  margin: 5px 0;
  }
  
  h2 {
  font-weight: normal;
  color: #666666;
  padding: 0px;
  margin: 5px 0;
  font-size: 22px;
  }
  
  h3 {
  font-weight: normal;
  color: #666666;
  padding: 0px;
  margin: 2px 0;
  font-size: 24px;
  }
  
  #Container {
  width: 740px;
  margin: 0 auto;
  }
  
  #Top {
  height: 16px;
  background-color: #fcb000;
  color: #1e1e1e;
  font-size: 11px;
  padding: 10px 18px 3px;
  text-align: right;
  }
  
  #MidTop {
  background-color: #1e1e1e;
  }
  
  #Main {
  background-color: #f5f7f6;
  min-height: 457px;
  height: auto !important;
  height: 457px;
  }
  
  #Footer {
  background-color: #1e1e1e;
  height: 15px;
  color: #FFFFFF;
  font-size: 11px;
  padding: 15px 38px;
  }
  
  #Footer a {
  color: #ffffff;
  text-decoration: none;
  }
  
  #Footer a:hover {
  color: #fcb000;
  text-decoration: none;
  }
  
  #meny ul {
  float: left;
  padding: 2px 0px 0px 0px;
  list-style-type: none;
  padding: 36px 0px 0px 20px;
  float: left;
  margin: 0px 0px 0px 0px;
  }
  
  #meny li {
  display: inline;
  }
  
  #meny a {
  float: left;
  margin-left: 0;
  height: 19px;
  text-decoration: none;
  padding: 8px 0px 0px 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  }
  
  #meny a:hover {
  color: #fcb000;
  }
  
  #meny #current {
  color: #fcb000;
  }
  
  #menytop {
  width: 846px;
  height: 27px;
  text-align: left;
  float: left;
  }
  
  a {
  color: #1e1e1e;
  }
  
  a:hover {
  color: #5e6356;
  }
  
  .nano {
  position: relative;
  padding: 0px 0px;
  height: 100%;
  overflow: hidden;
  }
  
  .nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f7f6;
  padding: 10px 10px 0px 30px;
  }
  
  .nano .content:focus {
  outline: thin dotted;
  }
  
  .nano .content::-webkit-scrollbar {
  visibility: hidden;
  }
  
  .has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
  }
  
  .nano > .pane {
  background: #ffffff;
  position: absolute;
  width: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 5px 5px 5px 0px;
  border-radius: 0px;
  }
  
  .nano > .pane > .slider {
  background: #e1e2e2;
  position: relative;
  margin: 2px 2px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }
  
  .nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible\9;
  opacity: 0.99;
  }
  
  #about {
  padding: 10px 10px 0px 30px;
  float: left;
  width: 508px;
  }
