﻿a:link
{
    text-decoration: none;
    font-family: Arial;
    color: Navy;
}

a:visited
{
    text-decoration: none;
    font-family: Arial;
    color: Navy;
}

a:hover
{
    text-decoration: underline;
    
    font-family: Arial;
    color: Navy;
}


body
{
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}

.TextFields
{
    font-family: Tahoma;
    font-size: small;
    color: #333333;
    background-color: #FFF8DF;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}

.WatermarkText
{
    font-family: Tahoma;
    font-size: small;
    color: #333333;
}

.Button
{
    font-family: Tahoma;
    font-size: small;
    color: #000000;
}

.ValidationAsterisk
{
    margin-bottom: 5px;
    font-size: large;
    font-weight: bolder;
    color: Red;
}

.PageHeadings
{
    font-size: large;
    font-weight: bold;
    color: #336699;
}

.SubHeadings
{
    font-size: medium;
    font-weight: bold;
    color: #336699;
}

.SubHeadingsGreen
{
    font-size: medium;
    font-weight: bold;
    color: #35854D;
}

.FormHeadings
{
    font-size: large;
    font-weight: bolder;
}

.SmallPrint
{
    font-size: smaller;
}

.QuoteFormC1
{
    width: 49%;
    vertical-align: top;
}
.QuoteFormC2
{
    width: 2%;
}
.QuoteFormC3
{
    width: 49%;
    vertical-align: top;
}

.RoundCornerPanelMargins
{
    padding: 5px;
}

.UpdateProgressPosition
{
    left: 25%;
    top: 5%;
    position: fixed;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.MenuBars
{
    padding-right: 5px;
    padding-bottom: 5px;
}
