body {
  background-color : #000;
  font : arial;
  font-size : 14px;
  color : #0d0;
}

div.greybar {
  border-top : 1px;
  border-bottom : 1px;
  border-left : 0px;
  border-right : 0px;
  border-style : solid;
  
  width : 100%;
  border-color : #aaa;
}

#titlebar
{
  float : left;
}

div.slideshowbox
{
  position : relative;
  width : 200px;
  text-align : center;
  border : 1px;
  border-style : solid;
  border-color : #666;
  display : none;
}

#slideshowfill
{
  position : absolute;
  left : 0px;
  top : 0px;
  width : 0%;
  height : 100%;
  background : #444;
  z-index : 1;
}

#slideshowstop
{
  position : absolute;
  left : 0px;
  top : 0px;
  width : 100%;
  height : 100%;
  z-index : 2;
}

div.imgdiv {
  display : none; 
}

a { text-decoration : none; }
a:visited { color : #aaa }
a:hover   { color : #ddd }
a:link    { color : #aaa }

table.navigate { font-size : 13px; }

table.navigate a:visited { color : #fa0; }
table.navigate a:hover { color : #fc0; }
table.navigate a:link { color : #fa0; }


div.copyright {
  font-size : 12px;
  color : #aaa;
}
