@CHARSET "UTF-8";

div.resultado {
	border-top: thin solid black;
	padding-top: 0.2em;
	text-align: left;
}

div.label {
	color: black;
	font-weight: bold;
	width: 20%;
    display: table-cell;
}

div.valor {
	color: black;
	display: table-cell;
	padding-left: 20px;
}

div.dado {
	margin-top: 1em;
	display: table-row;
	line-height: 2em;
}

ul.valores {
	list-style-type: none;
	display: table;
}

#fonte {
	text-align: right;
	font-size: small;
}

ul.termo {
	list-style-type: disc;
	margin-bottom: 1em;
}

ul.termo li {
	text-align: left;
}

#divBarraTituloFormulario {
	width: 100%;
	height: 30px;
	background-color: #e5e5e5;
	text-align: left;
	font-weight: bold;
}

#divTituloFormulario {
	left: 5px;
	position: relative;
	top:21%;
	font-size: 10pt;
}

#divBarraBotoesFormulario {
	width: 100%; 
	height: 30px; 
	background-color: #e5e5e5; 
	text-align: center; 
}

#divBotoesFormulario {
	position: relative;	
	top: 3px;
}

#principal {
	width: 700px;
	margin: 0 auto;
}

tr {
   border: 0px solid black;
}

td {
	width: 300px;
}

tr.cabecalhoTabela {
	background-color: WhiteSmoke;
}

td.semBordaSuperiorInferior {
	border-bottom: 0px white;
	border-top: 0px white;
}

td.semBordaInferior {
	border-bottom-width: 0px;
}




