Body, html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: tahoma;
    text-align: center;
}

a
{
       font-size: 11px;
       color:#235DA9;
    text-decoration: underline;
}

Form
{
    margin: 0px;
    padding: 0px;
    width: 780px;
    text-align: left;
}

#header
{
    vertical-align: top;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#middle
{
    top: 100px;
    text-align: left;
    vertical-align: top;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}


#holder
{
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}


#footer
{
    width: 780px;
    padding:3px;
    background-color: #235DA9;
    color: White;
    font-size: 0.7em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


#footer a
{
    color: White;
}

.seperator
{
    display: none;
}

.mainHeading
{
    font-family: Tahoma, Arial;
    font-size: 16px;
    color: #BDCEE5;
    line-height: 100%;
        font-weight:bold;
}

.secHeading
{
    font-family:  Tahoma, Arial;
    font-size: 14px;
    line-height: 100%;
    font-weight:bold;
}

.topMenu
{
    font-family: Tahoma, Arial;
    color: White;
    font-weight: bold;
    font-size: 11px;
}

.topMenu a
{
    font-family: Tahoma, Arial;
    color: White;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.mainText
{
    font-size: 11px;
    line-height: 140%;
    color: #21449C;
}

.mainText input, select
{
    font-size: 11px;
    color: #235DA9;
    line-height: 140%;
}

.mainText textarea
{
    font-size: 11px;
    font-family: tahoma;
}

hr
{
    color: #3392D6;
}

td.mainText
{
    font-size: 11px;
    line-height: 140%;
}

.mainText table
{
    border: 0px;
    border-collapse: collapse;
}

.mainText td
{
    border: 1px solid #D5DDEF;
    margin: 0px;
    border-collapse: collapse;
    padding: 3px;
}

.textEmphasis
{
    font-family:  Tahoma, Arial;
    font-size: 14px;
    color: #235DA9;
    font-weight: bold;
}

.formText
{
    font-size: 11px;
    color: #235DA9;
}

.MenuItem
{
    width: 148px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #D6DDEF;
    text-align: right;
}

.MenuItemSub
{
    width: 148px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
        background-color:white;
border: 1px solid #D6DDEF;
    text-align: right;
}

.MenuItemSubSelected
{
    width: 148px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
         background-color:white;
border: 1px solid #D6DDEF;

    text-align: right;
}


.MenuItemSelected
{
    width: 148px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right:3px;
    text-align: right;
        background-color: #D6DDEF;
        border-bottom: 1px solid #D6DDEF;
}

.MidMenuItem td
{
    width: 144px;
}

.MenuItem A
{
    color: #235DA9;
    font-size: 0.7em;
    text-decoration: none;
}


.MenuItemSelected A
{
    font-size: 0.7em;
    text-decoration: none;
    font-weight: bold;
}

.MenuItemSub A 
{
    font-size: 0.7em;
    line-height: 140%;
    text-decoration: none;
    font-weight:normal;
}

.MenuItemSubSelected A 
{
    font-size: 0.7em;
    line-height: 140%;
    text-decoration: none;
    font-weight: bold;
}

#textBreadCrumb
{
    font-size: 0.7em;
}




.lineSplitter
{
    clear: both;
    background-color: #0072BC;
    height: 1px;
    width: auto;
    margin-bottom: 12px;
    margin-top: 12px;
}




.datagrid td
{
    border: 0px;
    font-size: 11px;
    color: #235DA9;
}

.mainText p
{
    display: block;
}

.mainText .textBlack
{
    color: #000000;
}

.mainText .textLBlue
{
    color: #5592d6;
}

.mainText .textDBlue
{
    color: #235DA9;
}
.mainText td
{
    vertical-align: top;
}
.mainText a
{
    color: #235DA9;
    font-weight:bold;
}
