/*ESTAS CSS ESTAO INTERLIGADAS COM FORMATACOES NO RTE */


body {
}

p {}

/* A utiliza��o dos Headers deve ser frequente por quest�es de SEO */
h1 {
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#3E3E3E;
    text-transform:uppercase;
    margin:0px 0px 0px 14px;
    padding:0px;
    line-height: 47px;
}

h1 a:link{ 
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#3E3E3E;
}
h1 a:visited{ 
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#3E3E3E;
}
h1 a:hover{ 
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#3E3E3E;
    text-decoration: underline;
}
h1 a:active{ 
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#3E3E3E;
    line-height: 47px;
}

h2 {
    font-family:'Conv_GOTHIC',Sans-Serif;
    color:#3E3E3E;
    font-size:16px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

h2 a:link{ text-decoration:none;color:#FF9900;}
h2 a:visited{ text-decoration:none;color:#FF9900;}
h2 a:hover{ text-decoration:underline;color:#FF6600;}
h2 a:active{ text-decoration:underline;color:#FF6600;}

h3 {
    font-family:'Conv_GOTHIC',Sans-Serif;
    color:#3E3E3E;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

h3 a:link{ text-decoration:none;color:#FFCC00;}
h3 a:visited{ text-decoration:none;color:#FFCC00;}
h3 a:hover{ text-decoration:underline;color:#FF6600;}
h3 a:active{ text-decoration:underline;color:#FF6600;}


h4 {
    font-family:'Conv_GOTHIC',Sans-Serif;
    color:#3E3E3E;
    font-size:12px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

h4 a:link{ text-decoration:none;color:#FFCC66;}
h4 a:visited{ text-decoration:none;color:#FFCC66;}
h4 a:hover{ text-decoration:underline;color:#FF6600;}
h4 a:active{ text-decoration:underline;color:#FF6600;}

h5 {
    font-family:'Conv_GOTHIC',Sans-Serif;
    color:#3E3E3E;
    font-size:12px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

h5 a:link{ text-decoration:none;color:#FF6600;}
h5 a:visited{ text-decoration:none;color:#FF6600;}
h5 a:hover{ text-decoration:underline;color:#FF6600;}
h5 a:active{ text-decoration:underline;color:#FF6600;}

h6 {
}

