﻿.custlblcolor {
    color: black !important;
}

.mastercustlblcolor {
    color: black !important;
}

h1
{
    /*font-family: Georgia, serif;*/
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
}

    h1 span
    {
        font-size: 32px;
        color: #e67e22;
        font-family: 'Open Sans', 'sans-serif';
        font-weight: normal;
        text-align: center;
        font-weight: bold;
        line-height: 36px;
    }

h2
{
    padding: 10px 0 0 0;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: bold;
    text-align: center;
}

    h2 span
    {
        font-family: 'Open Sans', 'sans-serif';
        font-size: 22px;
        color: #e67e22;
        text-align: center;
        font-weight: bold;
        line-height: 36px;
    }

h3
{
    font-family: 'Open Sans', 'sans-serif';
    text-align: center;
    font-weight: bold;
    line-height: 36px;
}

    h3 span
    {
        font-size: 21px;
        color: #e67e22;
        font-family: 'Open Sans', 'sans-serif';
        text-align: center;
        font-weight: bold;
        line-height: 36px;
    }

h5
{
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}

    h5 span
    {
        font-size: 17px;
        color: #e67e22;
        font-family: 'Open Sans', 'sans-serif';
        font-weight: normal;
        text-align: center;
        font-weight: bold;
        line-height: 24px;
    }

        h5 span.email
        {
            font-family: 'Open Sans', 'sans-serif';
            font-weight: normal;
            text-align: center;
            font-weight: normal;
            color: #444;
            line-height: 36px;
        }

h6
{
    padding: 10px 0 0 0;
    /*font-family: Georgia, serif;*/
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    text-align: center;
}

.input-ttl
{
    font-size: 26px;
    color: #000;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    /*text-align: left;*/
    font-weight: bold;
    margin: 10px 10px 10px 0px;
}

    .input-ttl span
    {
        font-size: 26px;
        color: #e67e22;
        font-family: 'Open Sans', 'sans-serif';
        font-weight: normal;
        text-align: left;
        font-weight: bold;
    }


.btn
{
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 22px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
}

    .btn:hover
    {
        cursor: pointer;
    }

.btn-small
{
    cursor: pointer;
    /*margin: 10px;*/
    border-radius: 5px;
    text-decoration: none;
    padding: 8px 16px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 18px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
}

    .btn-small:hover
    {
        cursor: pointer;
    }

.btn-mid
{
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 35px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 22px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
}

    .btn-mid:hover
    {
        cursor: pointer;
    }

.btn-lrg
{
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 55px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 22px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
}

    .btn-lrg:hover
    {
        cursor: pointer;
    }

.orange
{
    color: #fff;
    border: 2px #e67e22 solid;
    text-align: center;
    background-color: #e67e22;
}

    .orange:hover
    {
        color: #e67e22;
        background-color: #fff;
        text-align: center;
    }

.darkBlue
{
    color: #fff;
    text-align: center;
    background-color: #260980;
    border: 2px #260980 solid;
}

    .darkBlue:hover
    {
        color: #260980;
        background-color: #fff;
        border: 2px #260980 solid;
        text-align: center;
    }

.page-name
{
    font-size: 26px;
    color: #000;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    text-align: left;
    font-weight: bold;
    margin: 0 20px 20px 0;
}

    .page-name span
    {
        font-size: 26px;
        color: #e67e22;
        font-family: 'Open Sans', 'sans-serif';
        font-weight: normal;
        text-align: left;
        font-weight: bold;
    }

.bigtext-link
{
    font-size: 30px;
    color: #e67e22;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

    .bigtext-link:hover
    {
        font-size: 30px;
        color: #d26300;
        text-decoration: none;
    }

.table-blank2 td a
{
    text-decoration: none !important;
    color: #e67e22 !important;
}

    .table-blank2 td a:hover
    {
        text-decoration: none !important;
        color: #e67e22 !important;
    }

    .table-blank2 td a:link
    {
        text-decoration: none !important;
        color: #e67e22 !important;
    }
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e67e22 !important;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

.row {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/paper_bg.png);
}

    .row .row { /*margin: 0 -10px 0 -10px;*/
        width: auto;
        display: inline-block;
    }