/* 
    Document   : footer
    Created on : 17/Jan/2008, 12:56:11
    Author     : Mendes
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.footer {
    font-size: 9px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0 10px 0 20px;
    background-color: #e7ebef;
    
    text-align: justify;
} 
