body
{
    background-color: #ffffff;
    color: #002053;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

input
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
}

input[type=submit]
{
    border: 1px solid #002053;
    background-color: #002053;
    color: #ffffff;
}

input[type=button]
{
    border: 1px solid #002053;
    background-color: #002053;
    color: #ffffff;
}

select
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: Black;
}

textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: Black;
}

img
{
    border: 0px;
}

A
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

h1
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

h2
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
