body {
  margin: 0px;
  background-color: #fff;
}

a,
a:visited {
  color: #bd0000;
}

a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

h1 {
  font-family: Arial, sans-serif;
}

h2, h3, h4 {
  font-family: "Times New Roman", serif;
}

h2, h3 {
  font-style: italic;
}

h3 {
  margin-left: 8px;
}

h2 {
  display: block;
  border-bottom: 1px solid #ccc;
}

/*
h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}
*/

#content {
  font-family: "Times New Roman", serif;
  padding-top: 20px;
  padding-left: 9px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#navigation {
  width: 150px;
  display: block;
  margin-top: 30px;
}

#navigation a,
#navigation a:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: .75em;
  color: #fff;
  text-decoration: none;
  width: 140px;
  display: block;
  padding-left: 10px;
}

#navigation a:active,
#navigation a:hover {
  color: #FF0000;
}

#sidebar-footer {
  font-family: Arial, sans-serif;
  font-size: .75em;
  color: #fff;
  width: 150px;
  padding-top: 10px;
  margin-top: 60px;
  border-top: 1px solid #b5b2c6;
  display: block;
}

#sidebar-footer span {
  padding-left: 10px;
  display: block;
}

#sidebar-footer a {
  font-weight: bold;
}

#sidebar-footer span.postal {
  color: #b5b2c6;
  font-weight: normal;
}

#sidebar-footer a,
#sidebar-footer a:visited,
#sidebar-footer a:active {
  padding-left: 10px;
  display: block;
  color: #bd0000;
}

#anchor-menu tr td {
  vertical-align: middle;
  text-align: center;
}

#anchor-menu tr td a,
#anchor-menu tr td a:visited {
  font-family: Arial, sans-serif;
  font-size: .8em;
  display: block;
  font-weight: bold;
}

.backtotop {
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

