﻿body
{
    font-family: 'Ubuntu' , Arial, Helvetica, Sans-Serif, Geneva;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #222222;
    margin: 0px;
}

li
{
    line-height: 20px;
}

a
{
    text-decoration: none;
    font-weight: bold;
}

a:link, a:visited
{
    color: #800000;
}

a:hover
{
    text-decoration: none;
    color: #750F0F;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: 'Ubuntu' , Arial, Helvetica, Sans-Serif, Geneva;
}

h1, h2, h3, h4, h5, h6
{
   margin: 0 0 1px 0;
}

h1
{
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.7em;
    font-family: 'Ubuntu' , Arial, Helvetica, Sans-Serif, Geneva;
    color: #3F83C7;
}

h2
{
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 10px 0 5px 0;
    color: #013369;
}

h3
{
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #76AED8;
}

h4
{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 5px 0 5px 0;

}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
    text-decoration: none;
    color: #001C37;
}
