/* 
    Document   : site_estilo
    Created on : 07/05/2010
    Author     : Diego Guimarães
    Description:
        Purpose of the stylesheet follows.

    azul:#2C7DCF
    azul_escuro:#205C98

*/

body {
    font-family:tahoma;
    font-size: 0.8em;
    color: #333333;
    background-color: #ffffff !important;
}

h1 {
    display:none;
}

h2 {
    font-family:tahoma;
    font-size:2.5em;
    color:#FFF;
    font-weight:400;    
}
h3 {
    font-size:1.65em;
    font-family:tahoma;
    color:#FFCC00;    
}

h4 {
    font-size:1.55em;
    font-family:tahoma;
    color:#FFF;
}
.marginLeft35 { margin-left: 35px;}

.linha_impar{
    background: white !important;
}

.linha_par{
    background: #F0F0F0 !important;
}