
/* Layout Stylesheet */ 

BODY {
  margin:0;
  padding:0;
  background-color:#cc0000;
  text-align:center;
  font-family:Arial,Helvetica,sans-serif;
  font-size:x-small;
}
A {
  text-decoration:underline;
  font-weight:bold;
}
a:link {
  color:#cc0000;
  background:transparent;
}
a:visited {
  color:#000000;
  background:transparent;
}
a:hover {
  color:#999999;
  background:transparent;
  text-decoration:none;
}
#bar-top {
  width:100%;
  height:30px;
  background-color:#ffe86d;
  color:#333333;
  border: solid #000000;
  border-width: 2px 0;
  margin: 0;
}
#bar-bottom {
  width:100%;
  height:30px;
  position:relative;
  background-color:#ffe86d;
  color:#333333;
  border: solid #000000;
  border-width: 2px 0;
}
#content {
  height:400px;
  position:relative;
  background:#ffffff;
  color:#000000;
  font-size:x-small;
  overflow:auto;
  margin:0 0 0 0;
  scrollbar-base-color:#af852e;
  scrollbar-face-color:#cc0000;
  scrollbar-track-color:#ffffca;
  scrollbar-arrow-color:#000000;
  scrollbar-highlight-color:#edd165;
  scrollbar-3dlight-color:#af852e;
  scrollbar-shadow-color:#edd165;
  scrollbar-darkshadow-color:#000000;
}
.menu{
  font-family:Arial,Helvetica,sans-serif;
  color:#000000;
  font-size:x-small;
  font-weight:bold;
}
.menu A {
  text-decoration:none;
}
.menu a:hover {
  color:#525252;
  background:transparent;
  text-decoration:underline;
}
.copy{
  font-family:Arial,Helvetica,sans-serif;
  color:#ffffca;
  font-size:xx-small;
  font-weight:bold;
}
.copy a:link {
  color:#ffd350;
  background:transparent;
}
.copy a:visited {
  color:#ffd350;
  background:transparent;
}
.copy a:hover {
  color:#ffe86d;
  background:transparent;
  text-decoration:none;
}