body
{
    font-family: Arial;
    font-size: 11px;
}
p
{    
    padding: 0 15px;
}
ul 
{
    padding-left: 15;
}


/* ********************************************************** */
/* Editor */
/* ********************************************************** */
.TitleBarWhiteText 
{
    color: #fff;
    text-transform: uppercase;
    background-color: #A9AF9B;
    font-size: 13px;
    font-weight: bold;
    display: block;
    height: 16px;
    padding: 3px;
}

.clsSectionTitle 
{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 0px 20px 20px 0px;
    padding-top: 20px;
}

.PDFLink
{
    background: transparent url(/images/icon_pdf.gif) no-repeat 0% 50%;
    padding-left: 25px;
}

.EMAILLink
{
    background: transparent url(/images/icon_mail.gif) no-repeat 0% 50%;
    padding-left: 25px;
}

.WEBLink
{
    background: transparent url(/images/icon_web.gif) no-repeat 0% 50%;
    padding-left: 25px;
}

.LeaderText 
{
    color: #83172A;
    font-weight: bold;
}