@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
}
#topo {
	width: 998px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	height: 142px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 998px;
	margin: 0 auto;
	height: 32px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

.texto {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

#corpo {
	width: 998px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(../img/bg_corpo.jpg);
	background-position: right top;
}
#rodape {
	background-image: url(../img/rodape.jpg);
	height: 25px;
	width: 998px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	vertical-align: bottom;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 33px;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.contato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../img/bg_contato.png);
	text-align: left;
	height: 225px;
	width: 362px;
	padding-top: 70px;
	padding-left: 20px;
	line-height: 25px;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #000;
}

#sucesso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #163047;
	background-color: #F5F9FC;
	border: 2px solid #163047;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	width: 350px;
	background-image: url(../img/ic_sucesso.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-transform: uppercase;
	height: 50px;
}
37
