body {
	background-image: url(imagens/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.input_text {
		background-color:#F4F4F4;
		border:solid 1px #DBDBDB;

	}
.borda_tabela {
	border: 1px solid #0000C2;
}

	
	.input_text_active {
		background-color:#E8E8E8;
		border:solid 1px #DBDBDB;

	}
	
	.input_text_erro {
		background-color:#FFD5D5;
		border:solid 1px #B84845;

	}
	
.titulo {font-size: 20px}
