* { margin: 0; padding: 0; }
body {
 background: #122;
 color: #f0f0f0;
 font: 10px/15px Helvetica, Arial, Sans-serif;
}

div {
 overflow: hidden;
 position: relative;
}

h1 {
 font-size: 200%;
 line-height: 1.5em;
}
h2 {
 font-size: 175%;
 line-height: 1.5em;
}
h3 {
 font-size: 150%;
 line-height: 1.5em;
}
h4 {
 font-size: 125%;
 line-height: 1.5em;
}
a {
 text-decoration: none;
}
a img {
 border: 0;
}
a:link,
a:visited {
 border-bottom: 1px #e91 solid;
 color: #fa2;
}
a:hover,
a:active {
 border-bottom: 1px #ea2 solid;
 color: #fb3;
}

em {
 font-style: normal;
}
sup {
 font-size: 50%;
 line-height: 1;
 padding-left: 4px;
 vertical-align: text-top;
}

dl, p, ol, ul {
 margin: 0 0 1em 0;
}
ol li {
}
ul li {
}
table {
 border-bottom: 0.5em #111 solid;
 border-top: 0.5em #333 solid;
 margin: 1em 0;
 width: 100%;
}
thead {
 background: #303030;
 color: #d0d0d0;
}
th,
td {
 padding: 0.5em 1em;
}
th {
 font-weight: bold;
}
thead th {
 padding: 1em;
 text-align: center;
}
tbody th {
 text-align: left;
}
tbody th {
 background: #101010;
}
td {
}
.wrapper {
 clear: both;
 margin: 0 auto;
 width: 960px;
}
.c {
 text-align: center;
}
.r {
 text-align: right;
}
.footnote {
 display: block;
 font-size: 10px;
 line-height: 1;
 text-align: right;
}