﻿body
{
    background-color: White;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 16px;
    margin: 0px;
}
p
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    margin-top: 1px;
    margin-bottom: 10px;
}

a
{
    color: #1B6581;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
td
{
    vertical-align: top;
}
h1
{
    color: #1B6581;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 30px;
    text-align: center;
    font-variant: small-caps;
}
h1 span
{
    background-repeat: no-repeat;
    background-position: left top;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
}

h1 a
{
    color: #1B6581;
}

h2
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 16px;
    text-align: center;
}
h2 a
{
    color: black;
}

h3
{
    color: #1B6581;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 20px;
    font-style: italic;
}
h3 a
{
    color: #1B6581;
}

h4
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 17px;
    font-style: italic;
}
h4 a
{
    color: black;
}


h5
{
    color: #1B6581;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 14px;
}
h5 a
{
    color: #1B6581;
}

.cursor
{
    cursor: pointer;
}
