.content1 {
        background-color: #d1ffd1;
        width: 90%;
        min-height: 100px;
        margin-left: inherit;
        margin-right: inherit;
        margin-top: 20px;
        border: solid 0px;
        /*border-radius: 30px;*/
        padding: 1%;
        max-width: inherit;
    }
    
    .foot {
        background-color: #d1ffd1;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 3px;
        border: solid 0px;
        border-radius: 0px 0px 30px 30px;
        padding: auto;
        text-align: center
    }
    
    body {
        background-color: #c2ecdb;
    }
    
    .back1 {
        background-color: #006a44;
        width: 85%;
        min-width: 700px;
        margin: auto;
        border: solid 0px;
        border-radius: 30px;
        padding-bottom: 1px;
        max-width: 1700px;
    }
    
    #white-head {
        text-align: left;
        padding-left: 0;
        padding-right: 0px;
        padding-bottom: 0px;
        color:#F0F0F0;
        font-family: "Comics Sans MS", cursive, sans-serif; 
        font-size: 38px;
    }
    
    .header1 {
        margin: auto;
        text-align: right;
        width: 90%;
        overflow: auto;
        border: solid 0px;
        border-radius: 10px;
        top: 0;
        background-color: #006a44;
    }
    
    .header1 a {
        font-family: "Comics Sans MS", cursive, sans-serif;
    }
    
    .header1 a:link {
        color:#F0F0F0;
    }
        
    .header1 a:visited {
        color:#c3e1e1;
    }

    .header1 a:hover {
        color:#7fddff;
    }
    
    .header1 a:active {
        color:#ddb400;
    }


    #content {
        font-family: sans-serif;
        text-indent: 50px;
}

    #documentos tr:nth-child(odd) 
        {background-color: #95e495;}
        
    #documentos tr:nth-child(even) 
        {background-color: #b5edb5;}

    #documentos th
        {background-color: #373;color: #fff}

    /*#documentos td:hover 
        {background-color: #55b055}*/


/* CSS Antigo abaixo, para fins de emergência.
---

body {
    background-color: #668f6c;
} 
/*texto azul/
p.amarelo{
    color:#FFFF00;
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}
/* unvisited link /
a:link {
    color: #00FF00;
    text-decoration: none; 
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}

/* visited link /
a:visited {
    color: #00FF00;
    text-decoration: none;
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}

/* mouse over link /
a:hover {
    color: #00FF00;
    text-decoration: none;
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}

/* selected link /
a:active {
    color: #0000FF;
    text-decoration: none;
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}

#documentos {
    font-family:Lucida Sans Unicode;
    color: #00FF00;
    font-weight:bold
    width: 100%;
    border-collapse: collapse;
}

#documentos td, #documentos th {
    font-size:12 pt;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    background-color: #8080FF;
}

#documentos th {
    font-size:12 pt;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#documentos tr.alt td {
    background-color: #8080FF;
}

#menu{
    padding:3px;	
    font-family:Lucida Sans Unicode; 
    font-size:12 pt; 
    font-weight:bold
}
#menu a { 	
    display:block;
    color: #FFffff;	 
}
#menu a:visited {	
    color: #ffffFF;
}
#menu a:hover { 	
    color: #000; 	
    background-color:#0f0;
}