@charset "UTF-8";
/* CSS Document */

body {
background-color: #000;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: left;
color: #bfbfbf;
}

h1 {
display: none;
}

h2 {
color: #5086B6;
font-size: 14pt;
padding: 0;
margin: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #5086B6;
}

a:hover {
text-decoration: underline;
color: #5086B6;
font-weight: bold;
}

#wrapper {
position: relative;
width: 840px;
margin: 0 auto 0 auto;
}