@charset "utf-8";
#corpo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#corpo #meio {
	background-image: url(img_logo/meio.jpg);
	background-repeat: repeat-y;
	width: 800px;
	display: table;
}
#corpo #rodape {
	background-image: url(img_logo/rodape.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 65px;
	display: table;
}
.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 30px;
}

#corpo #topo {
	background-image: url(img_logo/topo.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 800px;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	padding-left: 80px;
}

#corpo #topo_form {
	background-image: url(img_logo/topo_form.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 800px;
}

