body    {
        background-color: white;
        font-family : Verdana,Arial,Helvetica, sans-serif;
        font-size : 0.9em;
        color : black;
}

td    {
        font-family : Verdana,Arial,Helvetica, sans-serif;
        font-size : 0.9em;
        color : black;
}

h1   {
        font-family : Verdana,Arial,Helvetica, sans-serif;
        font-size : 1.0em;
        font-weight : bold;
        color : #113865;
}

h2   {
        font-family : Verdana,Arial,Helvetica, sans-serif;
        font-size : 1.2em;
        font-weight : bold;
        color : #113865;
}

h3   {
        font-family : Verdana,Arial,Helvetica, sans-serif;
        font-size : 1.1em;
        font-weight : bold;
        color : #000000;
}

a  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 1.0em;
        font-weight : normal;
        text-decoration : underline;
        color : #4e83c4;
}

a:link  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 1.0em;
        font-weight : normal;
        text-decoration : underline;
        color : #4e83c4;
}

strong {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.9em;
        font-weight : bold;
        color : #000000;
}

strong.green {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.9em;
        font-weight : bold;
        color : #6bbdc6;
}

em.small {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 0.8em;
        font-weight : italic;
        color : #000000;
}
ul.nobullet {
        list-style: none
}