/* CSS Document */

body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3333FF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#FF0000;
}

hr {
color:#000066;
}

.right {
float:right;
}
.left {
float:left;
}

div.nav {
background-image:url(images/filler.gif);
position:inherit;
float:right;
height:100%;
}

table.body {
background-image:url(images/filler.gif);
background-attachment:fixed;
background-position:right;
background-repeat:repeat-y;
}

hr.div {
color:#660000;
margin-top:-25px;
}
