﻿a
{
    color: #943634;
    text-decoration: none;
}
a:visited
{
    color: #74545C;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.ApplicationTitle
{
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
}
.sectionHeader
{
    font-weight: bold;
    font-size: 19px;
}
.Red
{
    color: #CD0000;
}
.cashedStyle
{
    font-weight: bold;
    color: #008000;
}

.notYetCashedStyle
{
    font-weight: bold;
    color: #990000;
}
.checkboxStyle
{
    display:block;height:22px;font-size:11px;font-weight:normal;
}
.validationStyle
{
    font-size: 11px;
    color: Red;
}