@charset "utf-8";
/* CSS Document */
#corpo{
	visibility:hidden;
}
*{
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
img{
	border:0px;
}
form, body, html{
	margin:0;
	font-size:12px;
}
p{
	margin:5px 0;
}
hr{
	height:0px;
	border:0;
	border-bottom:1px dotted;
	margin:15px auto;
}
#divConteudo, #divFundoConteudo, .divTextos{
	overflow:hidden;
}
#preload{
	text-align:center;
	text-transform:uppercase;
	background:white;
	color:#333;
	width:200px;
	position:fixed;
	top:40%;
	left:50%;
	margin-left:-100px;
	z-index:200;
}
#divRodapeGlobal .tdTitle{
	text-align:center;
}
.divTitulos{
	font-size:18px;
	font-weight:bold;
}
.divTextos{
	text-align:justify;
	overflow:hidden;
}
.divHr{
	margin:15px 0;
	height:1px;
	width:100%;
}
.textArea{
	background:url(../images/bg-text-area.png) repeat-x top white;
}
.textField{
	background:url(../images/bg-text-field.png) repeat-x top white;
}
.textField, .textArea{
	color:#333;
	font-size:12px;
	border:0px;
	padding:2px;
	border:1px solid #999;
}