/*BASE VERDE*/
/*fundo*/

body,td,th {
    font-family: "tahoma", Helvetica, Arial;
    font-style: normal;
    width: 900px;
    margin: auto;
    background-color: #F4F1F1;

}
.lead {
    font-family: tahoma;
    text-align: justify;
    font-size: 17px;
    background: #ffffff;
    background-image: none;
    color: #000000;
    padding: 0 20px 20px 20px;
    border-radius: 1px 1px;
    border: 5px solid #D3A3A3;
}
a:link {
    color: #1C1C1C;
    text-decoration: none;
}
b {
    cursor: default;
    color: #1C1C1C; 
}
i {
    cursor: default;
	color: #52918C; 
}
a:visited {
	color: #D3A3A3;
}
a:hover {
	color: #28969B;
}
/*titulo*/
h1 {
	font-size: 50px;
	color: #1C1C1C;
}

h2,h3,h4,h5,h6 {
    font-family: tahoma;
	font-style: normal;
	font-weight: lighter;
}
#divfix {
       bottom: 0;
       right: 0;
       position: fixed;
       z-index: 3000;
       padding: 0 55px 20px 20px;
        }
    