body
{
}
A:link
{
    color: darkgreen;
}
A:hover
{
    color: darkgray;
}
.HyperLinkTag
{
    font-size: 12px;
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, 'Times New Roman';
}

.PageTitle
{
    font-size: 16pt;
    color: #005584;
    font-family: 'Times New Roman' , Tahoma;
    font-weight: bold;
}
.SectionTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #417be2;
    font-family: Verdana;
}
.ThinButton
{
    border-right: skyblue 3px ridge;
    border-top: skyblue 3px ridge;
    font-size: x-small;
    border-left: skyblue 3px ridge;
    cursor: hand;
    border-bottom: skyblue 3px ridge;
    font-family: Arial, 'Microsoft Sans Serif' , 'Times New Roman';
    height: 25px;
    background-color: paleturquoise;
}
.ConfirmationText
{
    font-weight: bold;
    font-size: small;
    color: steelblue;
    font-family: 'Times New Roman' , 'Bookman Old Style' , Verdana, Arial;
    height: 35px;
}
.TextTitle
{
    font-size: 12px;
    color: darkblue;
    font-family: Verdana;
}
.Caveat
{
    font-size: 11px;
    color: cornflowerblue;
    font-family: 'Trebuchet MS';
}
.BoldTextTitle
{
    font-size: 12px;
    color: darkblue;
    font-family: Verdana;
    font-weight: bold;
}
.SmallTextTitle
{
    font-size: 11px;
    color: darkblue;
    font-family: Verdana;
}
.MultilineText
{
    font-size: 10pt;
    font-family: 'Courier New';
    text-transform: uppercase;
}
.SmallSuffix
{
    font-size: 9px;
    font-style: italic;
    font-family: Arial;
}
.TextField
{
    font-weight: bold;
    font-size: 12px;
    color: steelblue;
}
.TextFieldReadOnly
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}
.ErrorText
{
    color: red;
    font-size: 12px;
    font-style: italic;
}
.Box
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.Help1
{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Times New Roman';
}
.Help2
{
    font-weight: bold;
    font-size: 14px;
    font-family: 'Times New Roman';
    background-color: lightgrey;
    padding-bottom: 4px;
    padding-top: 4px;
}
.Help3
{
    font-size: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.Help4
{
    font-size: 14px;
    background-color: gainsboro;
    padding-bottom: 2px;
    padding-top: 2px;
}