body {
    margin: 0;
    padding: 0;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 11pt;
    color: black;
    background-color: white; 
}

a:link, a:visited {
    font-weight : bold; 
    text-decoration : underline;
    color: #000099;
}

#maincontent {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0.5%;
    float: none;
}
    
#mainmenucontainer,
#navigation,
#subcontent,
#footer
{ display: none; }



h1 {
    margin-top: 2em;
    margin-bottom: 0;
    font: normal 20pt verdana, geneva, arial, sans-serif;
}

h2 {
    font: normal 16pt verdana, geneva, arial, sans-serif;
    margin-top: 2em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

p {
    font-family: verdana, geneva, arial, sans-serif;
    margin: 2em 0 0 0;
    line-height: 1.5em;
    font-size: 11pt;
    color: black;
}

table {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 11pt;
    margin: 2em 0 0 0;
    padding:0;
    /*border:1px;*/
    border-top: #ccc;
    border-width: 3px 0px 0px 0px;
    border-style: double none none none;
    border-collapse: collapse;
}   
