/* CSS Document */

* 
{
    margin:                   0px;
    border:                   0px;
    padding:                  0px;
    font-family:              "Arial";
    font-size:                13px;
    color:                    #000;
}

.boxHeader
{
    border-bottom:              1px solid #000;
    padding:                    10px 0px 10px 0px;
    margin-bottom:              10px;
    font-weight:                bold;
}



.boxBodyNavigation, .boxBodyNavigationMain, .boxHeaderInnerLogo,
.boxFooterInnerNavigation
{
    display:                    none;
} 

.boxFooter
{
    margin-top:                 10px;
    border-top:                 1px solid #000;
    padding:                    10px 0px;
}

.boxFooterInnerCopyright
{
    font-weight:                bold;
    font-size:                  12px;
    color:                      #666
}

.containerText h1
{
    font-size:                  25px;
    font-weight:                bold;
    color:                      #000;
    border-bottom:              1px solid #000;
    margin:                     0px 0px 3px 0px;
}

.containerText h2
{
    margin-bottom:              5px;
    margin-top:                 25px;
}

.containerText p
{
    font-size:                  13px;
    line-height:                18px;
    margin-bottom:              3px;
    text-align:                 justify;
}

