﻿html,body
{
    font-size: 9pt;
    font-family: 'Trebuchet MS';
}

H1
{
    font-size: 10pt;
    color: navy;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    line-height: normal;
}


H2
{
    font-size: 10pt;
    color: navy;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

H3
{
    font-size: 8pt;
    color: #2B538C;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

a
{
    font-size: 9pt;
    font-family: 'Trebuchet MS';
    text-decoration: none;
    color: Navy;
}


#fullheight
{
   
    width:100%;
    min-height:100%;
    }


a div {text-decoration:underline;}
a:hover div {text-decoration:none ;}

span a { text-decoration:none;}
span a:hover { text-decoration:underline;}

a span { text-decoration:none;}
a:hover span { text-decoration: underline;}

