﻿.label
{
    font-family: "Lato" , sans-serif;
    font-size: 14px;
}

.labelform
{
    padding-left: 5px;
    padding-bottom: 5px;
}

.label16
{
    font-family: "Lato" , sans-serif;
    font-size: 16px;
}

.label16B
{
    font-family: "Lato" , sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.label18
{
    font-family: "Lato" , sans-serif;
    font-size: 18px;
}

.labelredbold
{
    font-family: "Lato" , sans-serif;
    font-size: 16px;
    color: #8E2800;
    font-weight: bold;
}

.labelheader
{
    font-family: "Lato" , sans-serif;
    font-size: 18px;
    font-weight: bold;
}

A.labellink
{
    color: #757575 !important;
    font-size: 16px;
    text-decoration: underline;
}

A.labelsmalllink
{
    color: #757575 !important;
    font-size: 14px;
    text-decoration: underline;
}

A.headerlink
{
    color: #757575 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

A.bigredlink
{
    color: #DC3522 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.textbox
{
    padding: 5px 5px;
}

.rounded
{
    border-radius: 10px;
}

.centered
{
    margin: 0 auto;
    float: none !important;
    display: table;
}

.hrred
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #8E2800;
    margin: 1em 0;
    padding: 0;
}

A.whitelink
{
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
