body {
background-color: #000000;
color: #c3c3c3;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt;
text-align: center;
margin: .1in;
}
font.dark {
color: #3f3f3f;
}
font.small {
font-size: 8pt;
}
p {
text-align: left;
text-indent: .25in;
}
p.straight {
text-align: left;
text-indent: 0in;
}
p.center {
text-align: center;
text-indent: 0in;
}
p.right {
text-align: right;
text-indent: 0in;
}
p.sub {
text-align: left;
text-indent: .25in;
font-size: 8pt;
}
p.subs {
text-align: left;
text-indent: 0in;
font-size: 8pt;
}
p.subc {
text-align: center;
text-indent: 0in;
font-size: 8pt;
}
p.subr {
text-align: right;
text-indent: 0in;
font-size: 8pt;
}
h3 {
font-size: 10pt;
color: #dedede;
text-align: left;
font-weight: bold;
}
h3.center {
font-size: 10pt;
color: #dedede;
text-align: center;
font-weight: bold;
}
h3.right {
font-size: 10pt;
color: #dedede;
text-align: right;
font-weight: bold;
}
h2 {
font-size: 11pt;
color: #ffffff;
text-align: left;
font-weight: bold;
}
h2.center {
font-size: 11pt;
color: #ffffff;
text-align: center;
font-weight: bold;
}
h2.right {
font-size: 11pt;
color: #ffffff;
text-align: right;
font-weight: bold;
}
h1 {
font-size: 12pt;
color: #ffffff;
text-align: left;
font-weight: bold;
}
h1.center {
font-size: 12pt;
color: #ffffff;
text-align: center;
font-weight: bold;
}
h1.right {
font-size: 12pt;
color: #ffffff;
text-align: right;
font-weight: bold;
}
hr {
width: 85%;
margin: auto;
height: 1px;
background: #70cc7a;
border-left: 0px;
border-top: 1px solid #3f3f3f;
border-right: 0px;
border-bottom: 1px solid #3f3f3f;
}
img {
vertical-align: middle;
}
ul {
list-style: disc outside url(images/bullet.gif);
text-align: left;
font-size: 10pt;
}
li.blank {
list-style: none outside ;
}
table {
border-spacing: 1px;
border-collapse: separate;
empty-cells: show;
border: 1px solid #3f3f3f;
clear: both;
width: auto;
margin: auto;
}
tr.warning {
color: #4f4f4f;
background-color: #151515;
font-style: italic;
}
td {
font-size: 8pt;
text-align: center;
vertical-align: middle;
border: 1px solid #3f3f3f;
padding: 1px;
}
th {
background-color: #3f3f3f;
color: #ffffff;
font-size: 9pt;
text-align: center;
vertical-align: middle;
font-weight: bold;
border: 0px;
padding: 1px;
}
th.sub {
background-color: #2a2a2a;
color: #ffffff;
font-size: 8pt;
text-align: center;
vertical-align: middle;
font-weight: normal;
border: 0px;
padding: 1px;
}
a:link {
color: #00cc16;
text-decoration: none;
}
a:active {
color: #00ff1b;
text-decoration: none;
}
a:visited {
color: #70cc7a;
text-decoration: none;
}
a:hover {
background-color: #00cc16;
color: #000000;
text-decoration: none;
}