body {
    margin-left: 5px;
    margin-right:0px;
    margin-top:5px;
    margin-bottom:0;
    padding:0;
    font-family: Verdana, Helvetica, sans-serif;
    color: #317085;
    font-size: 9pt;
    text-align:left;
    }
div {
    margin:0;
    padding: 0;
    }
h1 {
    font-size: 15pt;
    font-weight: bold;
    color:#052C39;
    margin-top: 0;
    margin-bottom: 2px;
    }
h2 {
    font-size: 12pt;
    font-weight: bold;
    color:#052C39;
    margin-top: 12px;
    margin-bottom: 2px;
    }
table, tr, td {
    margin:0;
    padding: 0;
    border:0;
    border-collapse:collapse;
    text-align:left;
    }
p {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    }
ul {
    margin-top: 0;
    margin-bottom: 0;
    }
li {
    margin-top: 6px;
    margin-left: -20px;
    padding-left: 0;
    text-indent: -5px;
    }
img {
    border:0;
    padding:0;
    margin:0;
    float:none;
    }
a:link, a:visited {
    color: #317085;
    text-decoration:none;
    font-weight: 600;
    }
a:hover {
    color: #052C39;
    background-color:#87B9C9;
    }

#menu a {
    position:absolute;
    width:161px;
    height:26px;
    background:url("images/button.gif");
    text-decoration:none;
    color: #052C39;
    font-size: 8pt;
    font-weight: 500;
    }
#menu a:hover {
    background-position:0% -26px;
    }
#menu span {
    position:relative; top:5px; left:19px;
    }
    
