html
{
    margin-top: 0;
    padding-top: 0;
}

body
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    background-color: #FFFFFF;
}

body.nomargins
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

form
{
    margin: 0;
    display: inline;
}

iframe
{
    border-style: none;
    width: 100%;
}

iframe.topbottomborder
{
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

iframe.floatingframe
{
    height: 100%;
}

.small
{
    font-size: 11px;
}

.bold
{
    font-weight: bold;
}

.underline
{
    text-decoration: underline;
}

.italic
{
    font-style: italic;
}

a,
a:visited
{
    color: #3366AA;
    text-decoration: underline;
}

a:hover
{
    color: #EEAA00;
}

h1
{
    color: #3366AA;
    font-size: 26px;
    margin-top: 0px;  
    padding-top: 15px;
}

h2
{
    color: #3366AA;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}

table
{
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
    padding: 0;
}

td.index
{
    padding-left: 30px;
}

/*
Underlining links in a list yields quite a "crowded" look.
Only underlining on hover looks much cleaner.
*/
ul.linklist a,
ul.linklist a:visited
{
    text-decoration: none;
}

ul.linklist a:hover
{
    text-decoration: underline;
}

ul.list
{
    margin-top: 0;
    margin-left: 10px;
    padding-left: 5px;
}

ul.nobottom
{
    margin-bottom: 0;
}

ul.list li
{
    margin-left: 0;
    padding-left: 3px;
}