@charset "utf-8";
/* CSS Document */

.TextoCampo {
	color: #000084;
	font-size: 11px;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
.PosicaoTextoCampo
{
	text-align:right;
}
select {
	font-family: "MS Sans Serif";
	font-size: 11px;
	color: #000000;
	width:250px;
}
input {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;

}
.TextoObrigatorio {
font-size: 18px;
color:#FF0000;
}

.BordaTabela{
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
BORDER-BOTTOM: #000000 1px solid;
}
