body {
   background-color: White;
   background-image: url(../images/disable_nsborder.jpg);
   background-position: left bottom;
   background-repeat: repeat-x;
   color: Black;
   margin: 10px;
   font-family: Sans-Serif;
   font-size: 10pt;
}

table.noborders {
   border: solid 0px;
}

table.noborders tr {
   border: solid 0px;
}
table.noborders td {
   border: solid 0px;
}

a {
   color: Black;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: White;
}

