#page {
 background-color: black;
 color: lime;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 height: 500px;
 margin-bottom: 1em;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 padding: 0;
 text-align: left;
 width: 758px;
 }
html>body #page {
 height: auto;
 margin-bottom: 1em;
 min-height: 500px;
 }
table {
 border-collapse: collapse;
 margin: 0;
 padding: 0;
 width: 100%;
 }
body {
 background-color: black;
 color: lime;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 }
.c {
 padding: 10px 0 10px 0;
 text-align: center;
 }
.caption {
 color: green;
 font-size: 9pt;
 font-weight: normal;
 }
.captionc {
 color: green;
 font-size: 9pt;
 font-weight: normal;
 text-align: center;
 }
.captionr {
 color: green;
 font-size: 9pt;
 font-weight: normal;
 text-align: right;
 }
.clr {
 clear: both;
 }
.copy {
 color: #00cc00;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 }
a.copy:hover {
 color: green;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
 }
.ex {
 color: green;
 clear: both;
 font-size: 9pt;
 font-weight: normal;
 margin: 1em;
 text-align: center;
 }
.foot {
 background-color: green;
 border: solid 2px green;
 color: white;
 font-size: 10pt;
 font-weight: bold;
 padding: 3px 13px 3px 13px;
 text-decoration: none;
 }
a.foot:hover {
 background-color: #ffffcc;
 border: 2px solid green;
 color: green;
 font-size: 10pt;
 font-weight: bold;
 padding: 3px 13px 3px 13px;
 text-decoration: none;
 }
.footer {
 padding: 1em;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
 }
.gap {
 clear: both;
 line-height: 1em;
 }
.gif {
 border: 3px double gray;
 }
.heading {
 background-color: #ffffcc;
 border: 2px solid green;
 color: green;
 font-size: 24pt;
 font-weight: bold;
 padding: 10px 0 10px 0;
 text-align: center;
 text-transform: uppercase;
 }
.jpg {
 border: 2px solid green;
 }
.line {
 background-color: #00cc00;
 line-height: 2px;
 }
.r {
 padding: 10px 0 10px 0;
 text-align: right;
 }
.text {
 color: lime;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
 }
a.text:hover {
 color: aqua;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
 }
.textc {
 color: lime;
 font-size: 10pt;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
 }
.texte {
 color: lime;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
 vertical-align: top;
 }
.textec {
 color: lime;
 font-size: 10pt;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
 vertical-align: top;
 }
a.texte:hover {
 color: aqua;
 font-size: 10pt;
 font-weight: normal;
 padding: 0;
 text-decoration: none;
 vertical-align: top;
 }
.textebold {
 color: lime;
 font-size: 10pt;
 font-weight: bold;
 padding: 0;
 text-decoration: none;
 vertical-align: top;
 }
.top {
 vertical-align: top;
 }