body {
       font-family: Arial, Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       text-align: center;
       background-color: #001b3d;
}

p
{
        font-size: 14px;
        color: #00295d;
        text-align: left;
        line-height: 20px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        margin: 0px;
        color: #00295d;
}

a:hover, a:active, a.navi:hover, a.navi:active
{
        color: #ff8800;
}

a.navi
{
        padding: 0px 20px 0px 0px;
        color: #00295d;
}
a.navia
{
        padding: 0px 20px 0px 0px;
        color: #ff8800;
}

.text
{
        font-size: 14px;
        text-align: left;
        line-height: 18px;
}

li   {
     font-size: 14px;
     color: #00295d;
     font-weight: normal;
     line-height: 20px;
     text-align: left;
     padding: 0px;
     }

ul   {
     margin-top: 2px;
     margin-bottom: 15px;
     margin-left: -10px;
     }
ol   {
     margin-top: 0px;
     margin-bottom: 10px;
     margin-left: -10px;
     }

h1
{
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        text-align: left;
        color: #004eb3;
        margin: 0px 0px 10px 0px;
}

h2
{
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        text-align: left;
        color: #004eb3;
        margin: 0px 0px 6px 0px;
}

h3
{
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-align: left;
        color: #004eb3;
        margin: 0px;
}
