a:link {text-decoration: none}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

div
{
    font-family: sans-serif;
}

body
{
    background-color: #e0e0e0;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
}

div.document
{
}

div.header
{
    background-color: #f4f4f4;
    color: #4040c0;
    padding: 5px;
    font-size: xx-large;
    text-align: center;
}

div.header_text
{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}

div.nav
{
    background-color: #f4f4f4;
    padding: 5px;
    text-align: center;
}

.nav a:link {text-decoration: none; color: black;}
.nav a:visited {text-decoration:none; color: black;}
.nav a:hover {text-decoration:none; color: #808080;}
.nav a:active {text-decoration:none;}

div.nav_item
{
    font-weight: bold;
    display: inline;
    margin-right: 20px;
}

div.body
{
    background-color: #ffffff;
    padding: 10px;
}

div.footer
{
    background-color: #f4f4f4;
    padding: 10px;
    font-size: normal;
    text-align: center;
}

div.section
{
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: normal;
}

div.section_head
{
    font-size: large;
    font-weight: bold;
    text-align: center;
}

div.section_body
{
    font-size: normal;
}
