﻿body
{
    font-size: 12pt;
    color: #565656;
    font-family: 'Lucida Bright';
    letter-spacing: 1px;
    line-height: 150%;
    text-align: justify;
}

h1
{
    font-size: 28pt;
    font-weight: bold;
    color: Navy;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    font-family: Verdana, Sans-Serif;
    letter-spacing: normal;
}
h2
{
    font-size: 18pt;
    font-weight: bold;
    color: gray;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    font-family: Tahoma, Sans-Serif;
    letter-spacing: 4px;
}
h3
{
    font-size: 16pt;
    font-weight: normal;
    color: gray;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    font-family: Tahoma, Sans-Serif;
    letter-spacing: normal;
}
h4
{
    font-weight: bold;
    font-size: 14pt;
    text-justify: distribute;
    text-align: justify;
}
a
{
    color: #696969;
    text-decoration: none;
    border-bottom: silver 2px dotted;
}
a:link
{
    color: #000000;
    text-decoration: none;
    border-bottom: silver 2px dotted;
}
a:hover
{
    color: #000000;
    text-decoration: none;
    border-bottom: gray 2px dotted;
}
a:visited
{
    color: #696969;
    text-decoration: none;
    border-bottom: silver 2px dotted;

}
hr
{
    border-right: gray 4px dotted;
    border-top: gray 4px dotted;
    border-left: gray 4px dotted;
    border-bottom: gray 4px dotted;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
p
{
    margin-bottom: 10px;
}
.btnwhite
{
        border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 124px;
    cursor: hand;
    height: 28px;
    font-size: 9pt;
    display: block;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.btnwhite a
{
        border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 124px;
    cursor: hand;
    color: white;
    height: 28px;
    text-align: center;
    font-weight: bold;
    padding-top: 6px;
    text-decoration: none;
    font-size: 9pt;
    display: block;
    line-height: normal;
    font-family: Tahoma;
    letter-spacing: normal;
}

.btnwhite a:hover
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.c1 {background-color: transparent;
    color:gray;}
.c2
{
    background-color: #dfe8ed;
    color: black;
}