﻿body
{
    font-size: small;
    font-family: 'Trebuchet MS' , Sans-Serif;
    color: black;
    background-color: #f7f7f7;
}
#Wrapper
{
    border-right: dimgray thin solid;
    border-top: dimgray thin solid;
    border-left: dimgray thin solid;
    border-bottom: dimgray thin solid;
}
a:link
{
    color: #20639A;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    color: #20639A;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #20639A;
    text-decoration: underline overline;
    font-weight: bold;
}
#LeftTopBlueBox a:hover
{
    color: #20639A;
    text-decoration: underline;
    font-weight: bold;
}
.PageBanner
{
    padding: 4px;
    border-right: #1c4f7c outset;
    border-top: #1c4f7c outset;
    border-left: #1c4f7c outset;
    border-bottom: #1c4f7c outset;
    background-image: url(../Images/BlueGradient.jpg);
    color: black;
    font-size: 1.2em;
}


.lblHeadingMain
{
    font-size: 2em;
    color: #114575;
}
.lblSubHeading1_Main
{
    font-size: 1.4em;
    color: #114575;
}
.lblText1_Main
{
    font-size: 1em;
    color: #114575;
    margin-left: 10px;
}
.lblSubHeading2_Main
{
    font-size: 1.4em;
    color: #114575;
}
.lblText2_Main
{
    font-size: 1em;
    color: #114575;
    margin-left: 10px;
}
.Boxer
{
    background-color: lightgrey;
}
.Edit
{
    font-weight: bold;
    font-size: 1em;
    color: darkred;
    background-color: #ffff99;
}
#divPageTitle { font-size: large; font-weight: bold; color: #333399; }