body {
  font: 10pt arial, sans-serif;
  background-color: #eee;
}
table.main {
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  border: 1px solid black;
  border-spacing: 0px;
  min-height: 450px;
  background-color: #fffaf1;
  margin: 0px;
}
td.menu {
  width: 150px !important;
  text-align: center;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #ffd791;
  margin: 0px;
}
td.content {
  vertical-align: top;
  padding: 40px 5px 50px 7px;
  font-size: 12pt;
}
img.logo {
  width: 100px;
  height: 100px;
  border: none;
}
img {
  border: none;
}
h1 {
  font: italic 22pt arial, sans-serif;
  color: #036;
  margin-left: 60px;
  margin-bottom: 30px;
}
h2 {
  font: 16pt arial, sans-serif;
  color: #036;
  margin: 20px 10px 10px 40px;
}
p {
  text-indent: 1em;
}
a, a:link, a:visited, a:active {
  color: #06c;
  text-decoration: none;
}
a:hover {
  color: #036;
  text-decoration: underline;
}
div.copy {
  color: #777;
  font: 7pt arial, sans-serif;
  width: 100%;
  text-align: center;
  margin: 6px 10px 20px 6px;
}
div.copy a, div.copy a:link, div.copy a:visited, div.copy a:active {
  color: #666;
  text-decoration: underline;
  font: 7pt arial, sans-serif;
}
div.copy a:hover {
  color: #888;
  font: 7pt arial, sans-serif;
}
div.menu {
  margin: 20px 10px 40px 12px;
  text-align: left;
  font: bold 11pt arial, sans-serif;
}
a.menu, a.menu:link, a.menu:visited, a.menu:active {
  color: #005db4;
  margin-bottom: 10px;
  display: block;
  font-size: 110%;
}
a.menu:hover {
  color: #06c;
  margin-bottom: 10px;
  display: block;
  font-size: 110%;
}
a.menu2, a.menu2:link, a.menu2:visited, a.menu2:active {
  color: #005db4;
  margin-bottom: 5px;
  display: block;
  margin-left: 7px;
}
a.menu2:hover {
  color: #06c;
  margin-bottom: 5px;
  margin-left: 7px;
  display: block;
}
br.menu {
  display: none;
}
iframe.time {
  display: auto;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 10px;
}
li {
  margin-bottom: 5px;
}
div.article {
  padding: 0px 10px 30px 10px;
}
img.jpeg {
  border: 1px solid black;
  margin-right: 20px;
  margin-bottom: 30px;
  vertical-align: top;
}
div.jpeg {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

@media print {
td.menu {
  display: none;
}
iframe.time {
  display: none;
}
body {
  padding: 0px;
}
table.main {
  border: none;
}
* {
  background: transparent !important;
}
/*a:after {
  content: ' (\2192 ' attr(href) ')';
  font-size: 80%;
  color: black;
}*/
p {
  text-align: justify;
}
div.copy a:after {
  content: none !important;
}
}