@charset "utf-8";
/* CSS Document */

/* Formatação de textos */

html, body {
	background-image: url(Imagens/Fundo02.jpg);
	background-repeat: repeat-x;
	background-color:#052e5a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1  { 
	font-family : Arial;
	font-size: 16px; 
    color: #333333;
	font-weight:normal;  
} 

#rodape {
	width: 943px;
	margin: 0px auto;
	background-image: url(../Imagens/Fundo01.jpg);
}

#rodape_topo {
	width: 944px;
	height: 44px;
	margin: 0px auto;
	background-image:url(../Imagens/rodape2.png);
}

.Background_td {
	background-color: #041e39;

}

.Background_tr {
	background-color: #052e5a;
}

.Background_tabela {
	background-color: #031c36;
}

p {
	text-align:justify;
	line-height:18px;
	}
	
li {
	font-family : Tahoma;
font-size : 12px;
color: #666666;
}


.Texto_14px_Azul {
font-family : Tahoma;
font-size : 14px;
color: #062c53;
}

.Texto_16px_Azul{
font-family : Tahoma;
font-size : 16px;
color: #062c53
}

.Texto_12px_Azul{
font-family : Tahoma;
font-size : 12px;
color: #062c53
}

.Texto_11px_cinza {
font-family : Tahoma;
font-size : 11px;
color: #666666;
}

.Texto_12px_cinza {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-align:justify;
}

.Texto_14px_cinza {
font-family : Tahoma;
font-size : 14px;
color: #666666;
}

.Texto_16px_cinza_esc {
font-family : Arial;
font-size : 16px;
color: #333333;
}

.Texto_14px_branco {
font-family : Tahoma;
font-size : 14px;
color: #FFFFFF;
}

.Texto_12px_branco {
font-family : Tahoma;
font-size : 12px;
color: #FFFFFF;
}

.Texto_11px_branco {
font-family : Tahoma;
font-size : 11px;
color: #FFFFFF;
}

/* Formatação de links */

.Link_11px_Azul{
font-family : Tahoma;
font-size : 11px;
color: #062c53;
text-decoration:none;
}

.Link_11px_azul :hover {
font-family : Tahoma;
font-size : 11px;
color: #062c53
text-decoration:underline;
}

.Link_12px_azul{
font-family : Tahoma;
font-size : 12px;
color: #062c53;
text-decoration:none;
}

.Link_12px_azul :hover {
font-family : Tahoma;
font-size : 12px;
color: #062c53;
text-decoration:underline;
}

.Link_12px2_azul{
font-family : Tahoma;
font-size : 12px;
color: #062c53;
text-decoration:underline;
}

.Link_12px2_azul :hover {
font-family : Tahoma;
font-size : 12px;
color: #062c53;
text-decoration:underline;
}

.Link_10px_branco {
font-family : Tahoma;
font-size : 10px;
color: #FFF;
text-decoration:none;
}

.Link_11px_branco{
font-family : Tahoma;
font-size : 11px;
color: #ffffff;
text-decoration:none;
}

.Link_11px_branco :hover {
font-family : Tahoma;
font-size : 11px;
color: #ffffff;
text-decoration:underline;
}

.Link_11px_cinza_esc {
font-family : Tahoma;
font-size : 11px;
color: #333333;
text-decoration:none;
}

.Link_11px_cinza_esc :hover {
font-family : Tahoma;
font-size : 11px;
color: #333333;
text-decoration:underline;
}

.Link_11px_cinza {
font-family : Tahoma;
font-size : 11px;
color: #666666;
text-decoration:none;
}

.Link_11px_cinza :hover {
font-family : Tahoma;
font-size : 11px;
color: #666666;
text-decoration:underline;
}

.Link_12px_cinza {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-decoration:none;
}

.Link_12px_cinza :hover {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-decoration:underline;
}

.Link_12px_cinza {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-decoration:none;
}

.Link_12px_cinza :hover {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-decoration:underline;
}




/* Estrutura Formulários */

.botao
{
    BORDER-RIGHT: #333333 1px solid;
    BORDER-TOP: #333333 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #333333 1px solid;
    WIDTH: 55px;
    COLOR: #cccccc;
    BORDER-BOTTOM: #333333 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #015e4c
}

#estrutura-formulario  {
float : left; 
width : 500px;
}
#campos-nome-formularios  {
float : left; 
width : 70px; 
height : 20px
}
#campos-nome-formularios-multline  {
float : left; 
width : 70px; 
height : 60px
}
#campos-formularios  {
float : left; 
width : 430px; 
height : 20px
}
#campos-formularios-multline  {
float : left; 
width : 430px; 
height : 80px
}
.input-text-form {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666666; 
width : 300px; 
height : 20px;
}
.input-text-multline-form {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666666; 
width : 300px; 
}