/* 

Author: Adam Moore
http://www.exino.com

*/

strong {
color: white;
}


html {
overflow-y: scroll;
}

body {
background-color: black;
color: white;
font-family: "Tahoma", Times, serif;
font-size: 10px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

h1 {
font-family: "Tahoma", Times, serif;
color: #1dc7ff;
font-size: 10px;
background-color: transparent;
margin: 0px;
display:inline;
margin-right: 3px;
font-weight: normal;
}

h2 {
font-family: "Tahoma", Times, serif;
color: White;
font-size: 10px;
background-color: transparent;
margin: 0px;
margin-right: 3px;
display:inline;
font-weight: normal;
}

h3 {
font-family: "Tahoma", Times, serif;
color: White;
font-size: 13px;
background-color: transparent;
margin: 0px;
margin-right: 3px;
display:inline;
font-weight: normal;
}

p {
font-family: "Tahoma", Times, serif;
color: white;
font-size: 10px;
background-color: transparent;
}

a {
text-decoration: None;
color: white;
border: 0px;
}

a:hover {
text-decoration: underline;
color: #1dc7ff;
border: 0px;
}

.black {
background-color: Black;
color: Black;
}

.blue {
background-color: #1dc7ff;
color: #1dc7ff;
}

.menu {
background-color: #585858;
color: #585858;
}

.gray {
background-color: #656565;
color: #656565;
}

.tableoutline {
background-color: #393939;
color: #393939;
}

.dark {
background-color: #232323;
color: #232323;
}

.tablebackground {
background-image: url(lines_gray.gif);
}

.linebright {
background-image: url(lines_bright.gif);
}

.linedark {
background-image: url(lines_dark.gif);
}

.dots {
background-image: url(lines_dot.gif);
}

.dotsvert {
background-image: url(lines_dot_vert.gif);
