
body
{
    font-family: "FontRegular", Helvetica, Arial, sans-serif;
    color: #262626;
}

h1
{
    color: #303030;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
}
@media (min-width: 768px)
{
    h1
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    h1
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    h1
    {
        font-size: 20px;
    }
}
h2
{
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
}
h2:first-of-type
{
    margin-top: 0;
}
@media (min-width: 768px)
{
    h2
    {
        font-size: 17px;
    }
}
@media (min-width: 992px)
{
    h2
    {
        font-size: 17px;
    }
}
@media (min-width: 1200px)
{
    h2
    {
        font-size: 19px;
    }
}
h3
{
    color: #262626;
    font-size: 14px;
}
@media (min-width: 768px)
{
    h3
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    h3
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    h3
    {
        font-size: 20px;
    }
}

ul
{
    margin: 0;
    padding: 0 0 0 12px;
    list-style: square;
}
@media (min-width: 768px)
{
    ul
    {
        padding: 0 0 0 14px;
    }
}
@media (min-width: 992px)
{
    ul
    {
        padding: 0 0 0 15px;
    }
}
@media (min-width: 1200px)
{
    ul
    {
        padding: 0 0 0 17px;
    }
}
p, li
{
    font-family: "FontLight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #262626;
}
@media (min-width: 768px)
{
    p, li
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    p, li
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    p, li
    {
        font-size: 20px;
    }
}

a
{
    color: #787878}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover
{
    color: #c9c9c9;
    text-decoration: underline;
}
a:active,
h1 a:active,
h2 a:active,
h3 a:active
{
    color: #303030;
    text-decoration: underline;
}
a img
{
    border-color: #606060;
}
a:hover img
{
    border-color: #606060;
}
a:active img
{
    border-color: #787878;
}

strong,
b
{
    font-weight: bold;
}

.highlight
{
    background-color: #d7d7d7;
}

hr
{
    border-color: #666666;
    border-style: dotted;
    margin: 20px 0 25px 0;
}
hr + h2
{
    margin-top: 20px;
}

table
{
    margin-top: 20px;
}
    table tr td
    {
        padding-bottom: 15px;
        vertical-align: text-top;
    }
    table tr td:first-of-type
    {
        padding-right: 40px;
    }
        table tr td *
        {
            font-family: "FontLight", Helvetica, Arial, sans-serif;
            margin: 0;
            line-height: normal;
        }
