/*
Begin: Tipografia
*/
a{text-decoration:none;}
abbr, acronym{border-bottom: .1em dotted;}

body, #content{
    color: #7b7b7b;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
}

h1, h2, #content{
    
    letter-spacing: -0px;
    line-height: 1em;
}
h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px;
}
h2 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}

h4{
    color:#FFF;
    margin:5px 0 5px 0
    
}
p {
    line-height: 1.2em;
    margin:10px 0 10px 0;
    text-align: justify;
}


#meu-topo{
    
    
}

/* general styles of lists in content containers */




/*a:link { color: #c00 }
a:visited { color: #555 }
a:hover, a:focus, a:active { text-decoration: none }
*/

/*
End: Tipografia
*/