@charset "iso-8859-1";
/* CSS Document */

body {
        font-family: Arial, Helvetica, "sans-serif";
        font-size:1em;
        color: #000;
        background-color: #FFF;
    }
    
    .nomreg {
        font-size: 1.125em;
        font-weight: bold;
        text-align: right;
        border-bottom: 1px solid #20acb8;
    }    
    
    .desc {
        color:#20acb8;
        margin:30px 0 15px 0;
    } 

.just p {
    text-align: justify;
}