﻿body 
{
    /*background-color: #474D6A;*/
    margin: 0;
    padding: 0;  
}
.LoginHeading
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #58585A;
}
.LoginLeadText
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: #58585A;
}
.TestText A
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: #58585A;
    text-decoration: none;
}
.TestText A:Hover
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: #58585A;
    text-decoration: underline;
}
.TestText
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: #58585A;
}
.LoginLink
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #58585A;
}
.LoginLink A
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #58585A;
    text-decoration: none;
}
.LoginLink A:Hover
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #58585A;
    text-decoration: underline;
}
.LoginErrorText
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: Red;
}
.AdminHeading
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #58585A;
}
.GeneralLeadText
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: #58585A;
}
.ZipLink
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: white;
}
.ZipLink A
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.ZipLink A:Hover
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: white;
    text-decoration: underline;
}
.ZipLink A:Visited
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.MessageLabel
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}  
