/* CSS Document */

p {
	font-family:"Tahoma", Arial, serif;
	font-size:12px;
	color:#264462;
}

#rodape {
	padding-top:5px;
	text-align:center;
	height:30px;
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	color:#FFFFFF;
}

.texto {
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	color:#264462;
}

.texto2 {
	font-family:"Tahoma", Arial, serif;
	font-size:10px;
	color:#264462;
}

h1 {
	font-family:"Tahoma", Arial, serif;
	font-size:10px;
	color:#264462;
}

h2 {
	font-family:"Tahoma", Arial, serif;
	font-size:15px;
	color:#264462;
}

h3 {
	font-family:"Tahoma", Arial, serif;
	font-size:18px;	
	color:#264462;
}

h4 {
	font-family:"Tahoma", Arial, serif;
	font-size:14px;	
	color:#264462;
}

h5 {
	font-family:"Tahoma", Arial, serif;
	font-size:12px;	
	color:#264462;
}

table.tabulares {
	width:403px;
	background: #ffffff;
	border-collapse: collapse; /* CSS2 */
}

table.tabulares td {
	border: 1px solid #264462;
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	color:#264462;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
}

table.tabulares th {
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	font-weight:bold;
	color:#264462;
	border: 1px solid #264462;
	background: #f2f2f2;
	padding:2px;
}

table.tabulares2 {
	width:100%;
	border-collapse: collapse; /* CSS2 */
}

table.tabulares2 td {
	border: 1px solid #264462;
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	color:#264462;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
}

.campos {
	border: 1px solid #264462;
	font-family:"Tahoma", Arial, serif;
	font-size:9px;
	background-color:#A5BEDE;
	}
	
#corpo {
	width:403px;
	_height:100%;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:30px;
}

#corpo h4 {
margin-top:5px;
}

select { 
font-family:"Tahoma", Arial, serif;
font-size:11px; 
border-color:#264462; 
border-style:solid; 
border-top-width:1px; 
border-right-width:1px; 
border-bottom-width:1px; 
border-left-width:1px;
background-color:#A5BEDE;
margin-top:2px;
margin-bottom:5px;
} 


.titulo_select {
font-size:12px;
font-family:"Tahoma", Arial, serif;
color:#264462;
font-weight:bold;
line-height:normal;
}

.imagem {
float:left;
margin-right:10px;
margin-bottom:2px;
/*border:none;*/
border-top:1px #264462 solid;
border-bottom:1px #264462 solid;
border-right:1px #264462 solid;
border-left:1px #264462 solid;
}

.icone {
top:4px;
margin-right:4px;
border:none;
position:relative;
}

.item {
width:403px;
height:110px;
margin-bottom:20px;
}



