            .document {
                width : 800px;
                text-align : left;

                margin-top : 50px;
                margin-bottom : 70px;
            }

            .document .title {
                width : 784px;

                background-color : black;
                color : white;
                padding : 5px 8px 5px 8px;

                font-size : 120%;

                -moz-border-radius-topleft : 10px;
                -moz-border-radius-topright : 10px;

                -moz-opacity : 0.9;
                opacity : 0.9;
            }

            .document .body, .document.body, .document .body td {
                color : white;
color : #323232;
color : white;
            }
            .document .body, .document.body {
                width : 740px;

                background-color : #484848;
background-color : #f2f2f2;
background-color : black;
                padding : 5px 10px 5px 10px;

                border-top    : 0;
                border-left   : 20px solid black;
                border-right  : 20px solid black;
                border-bottom : 20px solid black;

                -moz-border-radius-bottomleft : 10px;
                -moz-border-radius-bottomright : 10px;
            }




.document a {
    color : white;
}

.document a:hover {
    color : #fb4b37;
}


.document .footer {
    font-size : 78%;

    margin-top : 30px;

    padding-left : 5px;
}




.document .note {
    border:2px solid darkorange;
    background-color:#ffcc00;
    padding:0pt 8pt 0px 8pt;
    margin-bottom : 15px;
    color : black;
    -moz-border-radius : 10px;
}
