@charset "utf-8";
/* CSS Document */

#corpo {
	height: auto;
	width: 768px;
	margin: auto;
	background-color: #FFF;
	border: thin solid #666;
}


#endereco {
	height: 70px;
	width: 768px;
	background-image: url(imagens/endereco.jpg);
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}

#rodape {
	height: 91px;
	width: 768px;
	background-image: url(imagens/rodape.jpg);
}
#informacoes {
	height: 20px;
	width: 768px;
	text-align: center;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#principal {
	height: auto;
	width: 768px;
}


#topo {
	height: 157px;
	width: 768px;
	background-image: url(imagens/banner.jpg);
}
#menu {
	height: auto;
	width: 768px;
	text-align: center;
	background-image: url(imagens/fundo_menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFF;
	
	
}
#texto {
	height: auto;
	width: auto;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#formulario_fundo {
	height: auto;
	width: 768px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #F2EFE9;
}
#formulario {
	height: auto;
	width: 360px;
	margin:auto
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color:#FF0;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
#corpo #principal #texto table tr td p {
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.frase {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	font-style: italic;
}
.servicos {
	font-family: "Berlin Sans FB";
}

.servicos2 {
	font-family: "Berlin Sans FB";
	font-size:115%;
	text-align:center;
}
#corpo #principal #texto table tr td ul li p {
	font-weight: bold;
}
#validacao {
	width: 768px;
	height:31px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
