#page {
 border: 0;
 color: black;
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size:12pt;
 font-weight:normal;
 margin-top: 0;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
 text-align: left;
 width: 911px;
 }
html>body #page {
 height:auto;
 }
table {
 border: 0;
 border-collapse: collapse;
 margin: 0;
 padding: 0;
 width: 100%;
 }
body {
 background-color: white;
 color: black;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 }
.aqualine {
 background-color: aqua;
 line-height: 1px;
 margin: 20px;
 }
.caption {
 background-color: #999999;
 color: aqua;
 font-weight: bold;
 font-size: 9pt;
 padding: 0.4em 0 0.4em 1em;
 margin-top: 2em;
 text-transform: lowercase;
 }
.captionc {
 background-color: #999999;
 color: aqua;
 font-weight: bold;
 font-size: 9pt;
 padding: 0.4em 0 0.4em 0;
 margin-top: 2em;
 text-align: center;
 text-transform: lowercase;
 }
.captionr {
 background-color: #999999;
 color: aqua;
 font-weight: bold;
 font-size: 9pt;
 padding: 0.4em 1em 0.4em 0;
 margin-top: 2em;
 text-align: right;
 text-transform: lowercase;
 }
.close {
 border: 2px solid teal;
 float: right;
 padding: 0.5em;
 }
.clr {
 clear: both;
 }
.copy {
 color: gray;
 font-weight: normal;
 font-size: 8pt;
 margin-top: 1em;
 text-decoration: none;
 }
a.copy:hover {
 color: aqua;
 font-weight: normal;
 font-size: 8pt;
 margin-top: 1em;
 text-decoration: none;
 }
.eaoe {
 color: gray;
 font-weight: normal;
 font-size: 8pt;
 padding: 20px 0 0 0;
 text-align: center;
 text-decoration: none;
 }
.foot { 
 background-color: #999999;
 color: black;
 font-size: 14pt;
 font-weight: bold;
 margin: 1em;
 padding: 4px 0 4px 0;
 text-decoration: none;
 text-transform: lowercase;
 }
a.foot:hover {
 background-color: #999999;
 color: #d00000;
 font-size: 14pt;
 font-weight: bold;
 margin: 1em;
 padding: 4px 0 4px 0;
 text-decoration: underline;
 text-transform: lowercase;
 }
.footer {
 background-color: #999999;
 color: black;
 font-size: 14pt;
 font-weight: bold;
 line-height: 50px;
 text-align: center;
 text-decoration: none;
 }
.gray {
 border: 1px solid gray;
 }
.redline {
 background-color: #cc9933;
 line-height: 2px;
 width: 100%;
 }
.spacer {
 line-height: 20px;
 vertical-align: middle;
 }
.sitename {
 background-color: #999999;
 color: black;
 font-size: 20pt;
 font-weight: bold;
 padding: 0.7em 2em 0.5em 2em;
 }
.sitenamel {
 background-color: #999999;
 color: black;
 font-size: 20pt;
 font-weight: bold;
 padding: 0.7em 0 0.5em 2em;
 text-transform: lowercase;
 }
.sitenamer {
 background-color: #999999;
 color: black;
 font-size: 20pt;
 font-weight: bold;
 padding: 0.7em 2em 0.5em 0;
 text-align: right;
 text-transform: lowercase;
 }
.top {
 vertical-align: top;
 }
.txt {
 color: black;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
 text-transform: lowercase;
 }
a.txt:hover {
 color: teal;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: underline;
 text-transform: lowercase;
 }
.txtb {
 color: black;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: lowercase;
 }
a.txtb:hover {
 color: maroon;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: lowercase;
 }
.txtbc {
 color: black;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 text-transform: lowercase;
 }