body {
   margin: 0px;
   padding: 0px;
   Xbackground-color: #ffffff;
   Xbackground-color: #d6d6ff;
   Xbackground-color: #b2b2de;
   Xbackground-color: #c0c0f0;
   background-color: #ddddff;
   font-family: sans-serif;
   font-size: 12pt;
}

td.black {
   font-size: 1pt;
   background-color: #000000;
}

td.bottom-edge {
   background-image: url("bottom-edge.gif");
   background-repeat: repeat-x;
   height: 10px;
   font-size: 1pt;
}

td.right-edge {
   background-image: url("right-edge.gif");
   background-repeat: repeat-y;
   width: 10px;
   font-size: 1pt;
}

td.br-corner {
   width: 10px;
   height: 10px;
   font-size: 1pt;
   background-image: url("bg-inside.gif");
   background-repeat: no-repeat;
}

td.rb-corner {
   width: 10px;
   height: 10px;
   font-size: 1pt;
   background-image: url("bg-outside.gif");
   background-repeat: no-repeat;
}



table.foo {
   margin: 0px;
   border: 0px;
}

div.top {
   background-color: #000000;
   width: 100%;
   margin: 0px;
   padding: 10px;
}

td.nav {
    color: #c0c0f0;
    background-color: #000000;
    font-family: sans-serif;
    font-size: large;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 30px;
    vertical-align: top;
}

td.nav ul {
    font-size: 80%;
    padding-left: 0.6em;
    margin-left: 0.6em;
    margin-top: 0px;
    padding-top: 0px;
}

td.nav li {
    margin-top: .5em;
}

td.nav p {
    margin-top: 1li;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

td.nav a:link {
    color: #c0c0f0;
    text-decoration:none;
}

td.nav a:visited {
    color: #c0c0f0;
    text-decoration:none;
}

td.nav a:hover {
    color: #c0c0f0;
    text-decoration: underline;
}


td.logo {
    text-align: left;
    vertical-align: top;
    padding: 0px;
    background-color: #000000;
}

td.content {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 85%;
    text-align: justify
}

span.nobreak {
    white-space: nowrap
}

sup {
    font-size: .7em;
}

p.legal {
    font-style: italic;
    font-size: 80%;
}
p.legal sup {
    font-size: 100%;
}

p.versionNumber {
    font-weight: bold;
    font-size: larger;
    margin-top: 1cm;
}

ul.changelist li {
    margin-top: 1em;
    margin-bottom: 1em;
}

.extraSpace li {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul.tight li {
    margin-top: .2em;
    margin-bottom: .2em;
}

