 @charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	}

html{ 
	background: transparent; 
}

body {
	background: transparent url(../imagens/folhas.jpg) top center repeat-y;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #a12a1d;
	/*text-align: center;*/
	}


a {
	color: #802012;
	text-decoration: none;
	}


p { margin: 0px 0px 20px 0px;}


#header {
	height: 170px;
	width: 100%;
	background:url(../imagens/testeira.jpg) top center no-repeat;
	}


#logo {
	margin: 0px auto;
	width: 890px; /*895px*/
	height: 79px;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 30px;
	}


#menu {
	margin: 0px auto;
	margin-bottom: 5px;
	padding-left: 203px;
	text-align: left;
	height: 30px;
	width: 692px;
	}


.bt {
	margin-right: 50px;
	margin-top: 5px;
	float: left;
	height: 24px;
	}


.texto {
	margin-left: 203px;
	margin-top: 70px;
	text-align: justify;
	width: 652px;
	}


#miolo {
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	width: 895px;
	}


/* Formulários */

.inserir_a {
	font-size: 14px; 
	color: black;
	border: 1px solid #802012;  
	width: 98%; 
	padding: 2px;
	}
	
select {
	border: 1px solid #802012; 
	height: 22px;}

textarea {
	font-family: Verdana, Arial;
	font-size: 14px; 
	color: black; 
	border: 1px solid #802012;
	width: 98%;  
	}

input[type=checkbox] {
	color: black;
	padding-left: 0px;
	padding-right: 0px;
	}

.formLabel {
	width: 203px; 
	float: left;
	}

.formLabel2 {
	width: 157px; 
	float: left;
	}

.formLabel3 {
	width: 520px; 
	float: left;
	}

input[type=submit] {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005826;
	border: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	}


/* Fim Formulário */

/* Tabelas */

.tableA {}
.tableA td {padding: 3px;}