﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
}

table#tbLogin
{
    border-color:#36436F;
    border-style:solid;
    border-width:1px;
    margin-top:5px;
}

table td
{
    padding-left:5px;
    padding-top: 5px;
}


td#trLoginHeader
{
    background:#36436F;
    color:White;
    font-weight:bold;
    
}

.Required 
{
    color:Red;
}

.MainNav 
{
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

a.MainNav:hover
{
    color: #94b8dc;
    text-decoration:none;
}

.buttonStyle 
{
     border: solid 3px #94b8dc;
     border-style: ridge;
     background-color:#004389;
}