h1, h2, h3 {
  font-weight: bold;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
}
h3 {
  font-size: 13px;
  margin: 0 0 2px 0;
}
p {
  font-size: 11px;
  margin: 0 0 18px 0;
}
a {
	background: #fff;
	color: #000;
}
a:link, a:visited, a:focus, a:hover, a:active {
  background:transparent;
  border: 0;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  text-decoration: none;
}
a:link:after, a:visited:after {
  content: "";
}
.links-list a:link:after, .links-list a:visited:after {
  content: "";
}
#menu {
  display: none;
}
img {
  border: 2px solid #fff;
  display: inline-block;
  float: right;
  outline: 1px solid #bbb;
  padding: 0px;
  margin: 1px 0 1em 1em;
}
body, #page, #page-header, #page-body, #page-content, #page-content-left, #page-footer {
  float: none !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
#page-body {
  background: none !important;
  display: block;
  overflow: visible;
}
#page-footer {
  /*
  bottom: 0;
  clear: both;
  display: block;
  position: fixed;
  right: 0;
  text-align: right;
  */
}
#copyright {
  display: none;
}
#sitemap {
  display: none;
}
table, td, th {
  text-align: center;
	vertical-align: middle;
}
.border td {
  border: 0;
  margin: 0;
  text-align: center;
  }
.border td p {
  border: 1px solid #a84f31;
  margin: 0;
  text-align: center;
}
.border td img {
  border: 0;
  display: block;
  outline: 0;
  margin: 0 auto;
}
.border td ul {
  border: 0;
  margin: 0;
  text-align: left;
}

