﻿*
{
    margin: 0;
    padding: 0;
}




html
{
    background: #4e0101;
    font-family: Tahoma;
    color: #9f0002;
}



img
{
}

a img
{
    border: 0;
}
a
{
    font-weight: bold; 
    color: #730000;
    text-decoration: underline;
    font-size: 11px;
}

a:hover
{
    cursor: hand;
}
a:visited
{
}
.spanBotao
{
    padding-top: 5px;
}

.spanBotao:hover
{
    cursor: hand;
}

table
{
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 15px;
}
h3
{
   margin: 10px 0px 10px;
    font-size: 13px;
    border-left: solid 1px #fcaa34;
    color: #2b87e0;
    padding-left: 3px;
}
p
{
    margin: 0px;
    text-align: justify;
    font-size: 13px;
    font-weight: 300;
}

ul
{
    margin: 0;
    padding: 0px 16px;}

.negrito
{
    font-weight: bold;
}
.divMeiaPagina
{
    width: 486px;
    margin: 0px;
    padding: 8px;
}
/*.curva
{
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    behavior: url("/recursos/border-radius.htc");
}*/
.legenda
{
    margin: 0 5px 10px;
    clear: both;
    font-style: italic;
}

.direita
{
    float: right;
}

.esquerda
{
    float: left;
}

