﻿.hdrTopLeftT
{
    background-image: url(Images/Header/TopLeft_t.png);
    background-repeat: no-repeat;
    background-position: left;
    height:80px;
    width: 220px;
    }
.hdrTopRightT
{
    background-image: url(Images/Header/TopRight_t.png);
    background-repeat: no-repeat;
    background-position: right;
    height:80px;
    width: 392px;
    }
.hdrTopRepeatT
{
    background-image: url(Images/Header/TopRepeat_t.png);
    background-repeat: repeat-x;
    background-position: left;
    height:80px;
    font-family:arial,helvetica,sans-serif;
    font-size:25px;
    color: #37414a;
    line-height: 20px;
    }
.hdrTopLeftB
{
    background-image: url(Images/Header/TopLeft_b.png);
    background-repeat: no-repeat;
    background-position: left;
    height:35px;
    width: 220px;
    }
.hdrTopRepeatB
{
    background-image: url(Images/Header/TopRepeat_b.png);
    background-repeat: repeat-x;
    background-position: left;
    height:35px;
}
.Content
{
        vertical-align: top;
        background-color: #FEFEFE;
        padding-bottom: 5px;
}
.LoginHome
{
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
}