body {
  height:100%;
  margin:0;
  padding:0;
  font-family:Arial;
  font-size:13px;
  color:#304537;
  background-color:#0b1a11;
  text-decoration:none;
}

a {
  color:#e07232;
  /*font-weight:bold;*/
  text-decoration:none;
}

.navigation_main {
  color:#FFFFFF;
  margin-left:0.2cm;
  /*font-family:Georgia, Times New Roman, Times, serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  /*font-weight:bold;*/
}

.navigation_main_with_sub {
  color:#f1b38d;
  margin-left:0.2cm;
  /*font-family:Georgia, Times New Roman, Times, serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  /*font-weight:bold;*/
}

.navigation_sub {
  color:#f1b38d;
  margin-left:0.4cm;
  /*font-family:Georgia, Times New Roman, Times, serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  /*font-weight:bold;*/
}

.selected {
  background-color:#14291b;
}

.hover {
  color:#be561f;
  cursor: pointer;
}

.bread-crumb {
  font-size:11px;
  color:#f1b38d;
}

.last-updated {
  font-size:11px;
}

form { 
  margin:0;
}