﻿ 
.Legend1
{
    color: navy;
    font-weight: bold;
    font-size: 14px;
}
UL
{
    padding: 0px,0px, 0px, 0px;
    margin: 5px, 5px, 5px, 15px;
    margin:
    list-style-position: outside;
    list-style-type: circle;
     
}

LI
{
    list-style-position: outside;
    list-style-type: circle;
}

.Text11Red
{
    color:Red;
    font-size: 11px;
}

.bgLightGray
{
    background-color: C9D1D3;
}

.bgLightBlue
{
    background-color: C2DAFA;
}

.Underline
{
    text-decoration:underline; 
}

.HelpMessage
{
    border-right: red thin dashed;
    border-top: red thin dashed;
    border-left: red thin dashed;
    border-bottom: red thin dashed;
    margin-left:15px;
    padding-left:15px;
    text-indent: 15px;
    background-color:Khaki;
}
