﻿body {
}
.MainBody
{
    text-align: center;
    font-family: Garamond;
    width: 100%;
}
.TextClass
{
    width: 600px;
    font-family: Garamond;
    text-align: justify;
}
.DataInfo
{
    width: 600px;
    font-family: Garamond;
    text-align: left;
}
.ErrorMsg
{
    font-weight: bold;
    font-size: small;
    color: red;
    font-family: Garamond;
    background-color: transparent;
    text-align: center;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.BadData
{
    background-color: Red;
}
.GoodData
{
    background-color: Transparent;
}
.Watermark
{
    color: Gray;
}
.LogoImage
{
    
}
.RightEdge
{
    text-align: right;
    width: 300px;
}
.Heading
{
    font-weight: bold;
    font-size: 12pt;
    text-transform: capitalize;
    color: blue;
    font-family: Garamond, Arial;
}
.PayHeading
{
    font-weight: bold;
    font-size: 20pt;
    text-transform: capitalize;
    color: blue;
    font-family: Garamond, Arial;
    text-align: center;
}