/* CSS Document */
body{
	/*scrollbar-arrow-color:#014A82;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-highlight-color:#E5E5E52;
	scrollbar-face-color:#E5E5E5;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-darkshadow-color:#E5E5E5;
	scrollbar-track-color:#F1F1F1;*/
	border: 0;
margin: 0;
padding: 0;
}

.borda{
	border-left: 1px solid #CDCABF;
	border-right: 1px solid #CDCABF;
	border-bottom: 1px solid #CDCABF;
	border-top: 1px solid #CDCABF;
	height: 500px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.chamada{
	font-size: 11px;
	color: #014A82;
	font-weight: bold;
}

a{
	background-color: #E5EDF2;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a:hover{
	background-color: #F3E9E5;
	font-weight: bold;
	text-decoration: none;
	color: #666666;

}

.campo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset #CCCCCC;
}

.textos{
	padding: 10px;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset #CCCCCC;
}

/* botoes */

.envia1 {
	background: url("imagens/bot-enviar-01.gif") no-repeat;
  	border: none;
	width: 68px;
	height: 20px;
	padding-top:2px;
	color: white;
    display: block;
	cursor: hand;

}
.envia2 {
	background: url("imagens/bot-enviar-02.gif") no-repeat;
  	border: none;
	width: 68px;
	height: 20px;
	padding-top:2px;
	color: white;
    display: block;
	cursor: hand;
}

