﻿body
        {
            margin: 0;
            background: #BECED5 url(img/background.gif);
            font-family: Arial, Verdana, Sans Serif;
            font-size: 10pt;
            color: #003580;
        }

        a img
        {
            border: none;
        }
        
        h1
{
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    clear:both;
}
h2
{
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
}
h3
{
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
}

.blubar
{
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    width: 100%;
}

ul
{
    text-align: left;
}
ul li
{
    text-align: left;
    list-style-type: square;
    display: inline;
    padding: 5px;
    font-size: 9pt;
}