/* CSS Document */

/* CSS Tag */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}
body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
}
a:link {
  color: #0000cc;
}
a:visited {
  color: #551a8b;
}
a:active {
  color: #ff0000;
}
a:hover {
  color: #ff0000;
}

/* CSS Class */
.caption {
  font-size: x-small;
  color: #666666;
}
.bodycontent {
/*
  background-attachment: scroll;
  background-color: #FFFFFF;
  background-image: url(/inc/i/bb.jpg);
  background-repeat: no-repeat;
  background-position: right top;
*/
}
