html, body {
	-x-system-font: none;
	background-image: url(../images/bg_site.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	background-color: #FFFFFF;
	margin: 0px auto 0 auto;
	width:770px;
}
#topo {
	background-image:url(../images/img_up.png);
	margin: 0px auto 0 auto;
	width: 770px;
	height: 30px;
}
#rodape {
	background-image: url(../images/img_down.png);
	margin: 0px auto 0 auto;
	width: 770px;
	height: 30px;
}
#banner {
	margin: 0px;
	width: 770px;
	height: 150px;
}
#logos {
	width: 750px;
	height: 896px;
	float: left;
	display: inline;
}
#formulario {

}
#confirmacao {
	color: #cc0000;
	text-align: center;
}
#back {
	margin-right: 10px;
	text-align: right;
}
#vazia {
	clear: both;
}
#acessibilidade {
	padding-top: 5px;
	*padding-top: 5px;
	margin-bottom: 10px;
	text-align: right;
}
h1 {
	color: 000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	color: 000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3 {
	color: 000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-decoration: none;	
}
li {
	margin-top: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
.link {
	color: #CC0000;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}