body {
  background-color : #eee; /* #8F8077; */
  margin : 0px;
  padding : 0px;
}
body, div, td { 
  font-family : verdana,helvetica,arial,sans-serif; 
  font-size : 9px;
}


.list {
}

.list div, .list td {
  background-color : #ffffff;
  padding : 1px 3px 3px 3px;
  border-top : solid #fff 1px;
  border-left : solid #fff 1px; 
  border-bottom : solid #ccbb99 1px;
  border-right : solid #fff 1px; 
  clear : all;
}

a {
  margin-right: 3px;
  color : #800;
  text-decoration : none;
}
a:visited {
  color : #444;
  text-decoration : none;
}
a:hover {
  color : #600;
  text-decoration : underline;
}
a.id {
  margin-right: 3px;
  color : #000;
  font-weight : bold;
  text-decoration : none;
}
a.id:hover {
  color : #900;
  text-decoration : underline;
}

.header {
  border-bottom : solid #000 1px;
  background-color : #ccbb99;
  padding : 1px 0px 2px 2px;
  color : #555;
}

.footer {
  border-top : solid #fff 1px; 
  padding : 1px 3px 12px 3px;
  color : #a99;
}
.footer a {
  color : #c88; 
}
.footer a:hover, .footer a:active {
  color : #c33;
}

.filedate {
  color : #777;
}
.filedate .filedate {
  color : #800;
}

.header a {
  font-size : 10px;
  color : #000;
  font-weight : bold;
  padding : 0px 6px 1px 6px ;
  text-decoration : none;
}
.header a:hover, .header a:active {
  color : #000;
  background-color : #9f9f9f;
}
.header a.x {
  padding-left : 1px;
}






