﻿body 
{
    margin: 0px;
    font-family: Arial;
    font-size: 9pt;
    font-weight:normal;
}

.standardLabel
{
    font-weight: bold;
}

.boldText
{
    font-weight:bold;
}

.rightAlign
{
    text-align:right;
}

.topAlign
{
    vertical-align:top;
}

.labelColumn
{
    font-weight:bold;
    text-align:right;
}

.sectionLabel
{
    font-weight: bold;
    font-size: 1.2em;
}

.warningLabel
{
    color:Red;
    font-weight:bold;
}

.topNav
{
    background-image:url('images/topNav.jpg');
    width:800px;
    height:39px;
    background-position: top;
    background-repeat: no-repeat;
    text-align: right;
    vertical-align: top;
    text-align: right;
}

.topNavMenu
{

}


.topNavMenuItem
{
    text-align: right;
    text-align: right;
    padding: 0px 10px 0px 10px;
}


a:link.topNavMenuLink
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: White;
    text-align: right;
    text-decoration: none;
    text-transform: capitalize;
}
a:visited.topNavMenuLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-align: right;
    color:White;
    text-decoration:none;
    text-transform: capitalize;
}
a:hover.topNavMenuLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-align: right;
    color:#AAAAAA;
    text-decoration:none;
    text-transform: capitalize;
}
a:active.topNavMenuLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-align: right;
    color:#AAAAAA;
    text-decoration:none;
    text-transform: capitalize;
}



a:link
{
    font-family: Arial;
    text-decoration:none;
    color:#000000;
}
a:visited
{
    font-family:Arial;
    text-decoration:none;
    color:#000000;
}
a:hover
{
    font-family:Arial;
    text-decoration:underline;
    color:#000000;
}
a:active 
{
    font-family:Arial;
    text-decoration:underline;
    color:#000000;
}



.leftLogo
{
    background-image:url('images/LeftLogo.jpg');
    width:205px;
    height:118px;
    background-position:   top-left;
    background-repeat: no-repeat
}

.rightLogo
{
    background-image: url('images/RightLogo.jpg');
    width: 595px;
    height: 118px;
    background-position: top-left;
    background-repeat: repeat-x;
    text-align: right;
    vertical-align: top;
    padding-top:0px;
}

.leftImage
{
    width: 205px;
        text-align:left;
    vertical-align:top;
}

.mainTable
{
    width:800px;
    background-color:White;
    padding:0px;
    margin:0px;
    vertical-align:top;
    horizontal-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.mainContent
{
    width:655px;
    background-image:url('images/LowerRightcurve.jpg');
    background-position: right bottom;
    background-repeat:no-repeat;
    padding: 0px;
    text-align:left;
    vertical-align:top;
    horizontal-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight:normal;
}

p{padding: 5px}


.footerArea
{
    background-image: url('images/Footer.jpg');
    width: 800px;
    height: 99px;
    background-position: right bottom;
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-align: center;
    horizontal-align: center;
}

.tableHeader
{
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

a:link.grayLink
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: Gray;
    text-decoration: none;
    text-transform: capitalize;
}
a:visited.grayLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color: Gray;
    text-decoration:none;
    text-transform: capitalize;
}
a:hover.grayLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color: Gray;
    text-decoration:underline;
    text-transform: capitalize;
}
a:active.grayLink 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color: Gray;
    text-decoration:underline;
    text-transform: capitalize;
}