/* CSS Document */
body {
margin:0;
padding:0;
background-color: #440202;
text-align:center; /* hack para o IE */	
font-family: "Times New Roman", Times, serif;
}

div{ margin:0;}

#folha {
width: 766px;
margin:0 auto;			
padding:0;
text-align:left; /* hack do IE */	
}

#corpo{
	background-color: #FFFFFF;
	padding: 5px;
	text-align:left;
}

#rodape {
	height: 30px;
	text-align:center;
	color:#FFFFFF;
	background-image: url(img/img_rodape.png);
	background-repeat: no-repeat;
	
	font-size:small;
    clear: both;
	padding-top: 5px;
	}
	
.rotulo {
	margin-right: 10px;
	font-size: 14px;
	color: #333333;
	width: 60px;
	background-color:#666666;
}

h1 {font-size: 14px;}
h1 {font-size: 12px;}

.defautText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #A80C0C;
	font-style: italic;
}

.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A80C0C;
	font-style: italic;
	font-weight: bold;
}

/* formul??????rio e campos */
form{
	margin: 0;
}
input, select, textarea{
	color: #535556;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.campoTexto{
	width: 76px;
	height: 16px;
	padding: 0 3px;
	border: 0;
	background-repeat: no-repeat;
	_background-attachment: fixed;
	background-color: transparent;
	background-image: url(img/campo_texto.gif);
}
select{
	height: 16px;
	padding: 0;
}

div.select{
	width: 100px;
	height: 19px;
	background: url(img/select_bg.gif) no-repeat 0 1px;
	overflow: hidden;
}
div.select p{
	width: 100%;
	height: 14px;
	margin: 0;
	padding: 3px 0 0 0;
	overflow: hidden;
	text-indent: 5px;
	background: url(img/select_verm.gif) no-repeat right 1px;

}

p.quebra{
	clear: both;
	width: 766px;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}