﻿body
{
    font-size: 12px;
    color: #47516c;
    font-family: Arial, Sans-Serif;
}
.titles
{
    font-weight: bold;
}
.Wrapper
{
    margin-right: auto;
    margin-left: auto;
    width: 888px;    
}
.TopMenuBG
{
    background-image: url(' ../../images/ASPX_MasterPage/ButtonBG.jpg');
    background-repeat: no-repeat;
    width: 888px;
    height: 97px;
}
.ContentRepeating
{
    background-image: url( '../../images/ASPX_MasterPage/ContentRepeating.jpg' );
    background-repeat: repeat-y;
}
.MenuText
{    
    width: 110px;
    vertical-align: bottom;
    padding-bottom: 3px;
    text-align: center;
}
.MenuTextEnd
{    
    width: 108px;
    vertical-align: bottom;
    padding-bottom: 3px;
    text-align: center;
}
.MenuTextTable
{
    font-weight: bold;
    margin-left: 4px;
    width: 883px;
    height: 27px;
    color: #646D99;
}
h1
{
    background-position: left center;
    background-image: url( '../../images/TitleArrow.jpg' );
    font-size: 12px;
    background-repeat: no-repeat;
    text-indent: 40px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
h2
{
    background-position: left top;
    background-image: url(       '../../images/info.jpg' );
    font-size: 12px;
    background-repeat: no-repeat;
    text-indent: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #7783A4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CDD2E0;
}
.Line
{
    margin-right: auto;
    margin-left: 13px;
    vertical-align: bottom;
}
.LineTop
{
    margin-right: auto;
    margin-left: 13px;
    vertical-align: top;
}
.footerBG
{
    background-image: url( '../../images/ASPX_MasterPage/footer.jpg' );
    width: 888px;
    height: 42px;
    background-repeat: no-repeat;
}
.footerCopyright
{
    color: #55687D;
    font-family: Arial;
    font-size: 11px;
    padding-left: 15px;
}
.FooterPrevTD
{
    width: 117px;
    padding-right: 15px;
}
.FooterNextTD
{
    width: 117px;
    padding-right: 15px;
}
.IMG_Float_Right
{
    float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.IMG_Float_Left 
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
