/* CSS Document */
.cabecalho {
	font-family: Tahoma;
	text-decoration: underline;
	font-weight:bold;	
	font-size: 14px;	
	color:#000000;
}
.titulo {
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;	
	font-size: 20px;	
	color:#000000;
}
.texto {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#000000;
}
.conteudo {

}
.destaque {

}
.menu {
	list-style:none outside; 
	margin-left:10px;	
}
.itens {
	list-style:none outside; 
	margin-left:0px;
}
.subitem {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 16px;	
	color:#000000;
	list-style:none outside; 
	margin-left:10px;
}
.detalhes {
	display: none;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#000000;	
}
.label {
	font-family: Tahoma;
	text-decoration: none;	
	font-size: 12px;	
	color:#000000;
}
.fieldset { 
	width: 470px;
	padding:10px;
}
.legend {
	font-weight: bold;
}
.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: none;
	/*border: 1px solid #000000;*/
	border: none;
	border-bottom: 1px solid #000000;
	vertical-align: baseline;
}
textarea.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: none;
	border: 1px solid #000000;
	vertical-align: baseline;
}
select.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: none;
	border: 1px solid #000000;
	vertical-align: baseline;
}
.file {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: none;
	border: 1px solid #000000;
	vertical-align: baseline;
}
.botao {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #EAECEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top:10px;
}
.link {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#000000;

}
.link:hover {
	font-family: Tahoma;
	text-decoration: underline;
	font-size: 12px;	
	color:#000000;

}

