BODY {
        font-family:arial, helvetica, sans-serif;
        font-size:10pt;
        margin: 0px;
        background-image: URL(bg.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        }

TD{
        font-family:arial, helvetica, sans-serif;
        vertical-align:top;
        font-size:10pt;
        }

A{
        background:none;
        font-family:arial, helvetica, sans-serif;
        font-size:10pt;
        text-decoration: none;
        }

A.nav{
        font-weight:bold;
        color: #336699;
        }
A.nav:visited{
        font-weight:bold;
        color: #003366;
        }
A.nav:active{
        font-weight:bold;
        color: #cc0000;
        }

a:hover {
        text-decoration: underline;
        color: #cc0000;
        }

P.small{
        font-family:arial, helvetica, sans-serif;
        font-size:8pt;
        }