body {
 font-family: Candara, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-transform: none;
 text-decoration: none;
 text-align: center;
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-image: url(../imagens/layout/fundo2.png);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: top center;
}

a { 
 text-transform: none;
 text-decoration: none;
 color: rgb(0,102,153);
 cursor: pointer; 
}
a:hover {
 color: #6E0000;
 font-weight: bold;
}
a img {
 border: none;
}
a:hover img {
 opacity: .80; 
 filter: alpha (opacity=80);
}

.normal {
 font-size: 13px;
 text-align: left;
 line-height: 18px;
}
.pequeno {
 font-size: 12px;
}
.azul { 
 color: #006699; 
}
.laranja { 
 color: #993300; 
}
.verde { 
 color: #333300; 
}
.t1 {
 width: 100%;
 font-size: 22px;
 font-weight: bold;
 text-transform: uppercase;
 color: rgb(153,77,77);
 border-bottom: 1px dotted rgb(153,77,77);
}
.t2 {
 font-size: 18px;
 font-weight: bold;
 color: rgb(153,77,77);
 text-transform: uppercase;
}
.t3 {
 font-size: 15px;
 font-weight: bold;
 color: rgb(0,102,153);
}
.formulario { 
 font-family: Candara, Arial, Helvetica, sans-serif;
 font-size: 14px; 
 text-align: left; 
 padding: 5px;
 margin-bottom: 5px;
 background-color: rgb(245,250,250);
 border: 1px solid rgb(179,209,224);
}
.formulario:focus {
 background-color: #FFFFFF;
}
.botao { 
 font-family: Candara, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: left; 
 padding: 0 50px 0 0;
 background: none; 
 border: none;
 border-bottom: 4px solid #993300;
 cursor: pointer; 
}
.botao:hover { 
 color: #333333;
}
.historico { 
 padding-left: 20px; 
 text-indent: -20px;
}
