﻿Body
{
    background-image: url("Images/body_img.jpg");
    background-repeat: repeat-x;
    margin-top: 0px;
}
.Header_Image
{
    background-image: url("Images/header_img.jpg");
    background-repeat: no-repeat;
    width:973px;
    height: 125px;
}

.Home_Link
{
    text-decoration: none;
    color: #9C2713;
}

.Login_Tbl
{
    background-image: url("Images/login_tbl_img.jpg");
    border: 2px solid #9C2713;
    border-style: outset;
    width: 50%;
    height: 280px;
    margin-top:80px;
}
.Login_Image
{
    background-image: url("Images/login_logo.gif");
    background-repeat: no-repeat;
    height: 60px;
}
.Text_Content
{
    font-family: Eras Bold ITC; /*Bodoni MT Black, Castellar,*/
    font-size: 18px;
    color: #9C2713; /*#3E91C3 A4B95B */
}
.Text_Box
{
    border: 1px solid #9C2713;
    border-style: outset;
    width: 200px;
    height: 25px;
    font-size: 20px;
    color: #DE24E0;
    background-color: #EFF3F4;
}
.Footer_Tbl
{
    background-color: #007FC3; /*#9C2713*/
    height: 45px;
    color: white;
    font-size: 18px;
}
.Footer_Tbl_Link
{
    text-decoration: none;
    color: white;
}
