@charset "utf-8";
body {
  font-family: arial, verdana, sans;
  font-size: 10pt;
  color: #000;
  background-color: #fff;
}
a {
  color: #000;
  text-decoration: none;
}
/*
a:after {
  content: " [" attr(href) "]";
}
*/
img {
  border: none;
}
img.right {
  float: right;
}
li {
  margin-bottom: 1em;
}
#menu {
  display: none;
}
.hidePrint {
  display: none;
}
#top {
  border-bottom: 1px solid #000;
}
#copyright {
  border-top: 1px solid #000;
}
#content span.tab {
  width: 9em;
  float: left;
}
