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

body {
background-color:#000000;
font-family:Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
margin-top:10;
}

.grey {
color:#bebebe;
}

.tddark {
background-color:#191919
}

.tdborder {
border:#191919 solid 1px;
}

a:link {
color:#A7FF51;
font-weight:bold;
text-decoration:none;
}

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

a:active {
color:#A7FF51;
font-weight:bold;
text-decoration:underline;
}

a:visited {
color:#A7FF51;
font-weight:bold;
text-decoration:none;
}

a.right:link {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:14px;
}

a.right:hover {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline overline;
}

a.right:active {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

a.right:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

h1 {
font-size:16px;
font-weight:bold;
color:#bebebe;
}

h2 {
font-size:14px;
font-weight:bold;
color:#bebebe;
}

h3 {
font-size:12px;
color:#A7FF51;
}

img {
border:0;
}