﻿body 
{
    margin-top:0px;
    margin-left:0px;
}
.txt
{
    font-family:Verdana;
    font-size:12px;
    color:Gray;
    width:160px;
}
.btn
{
    font-family:Verdana;
    font-size:12px;
}
.ContainerTable
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:Gray;
}
.lbl
{
    color:Red;
     font-family:Verdana;
    font-size:12px;
    font-weight:normal;
}
.txtFull
{
    font-family:Verdana;
    font-size:12px;
    color:Gray;
    width:100%;
}
.Header
{
    background-color:#507CD1;
    color:White;
    font-weight:bold;
    text-align:center;
    height:25px;
}