@charset "utf-8";
.fundo_banner {
	background-image: url(img/topo_moldura.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.latera_esq_moldura {
	background-image: url(img/lateralesq_moldura.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rodape {
	background-image: url(img/rodape.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F2ECD0;
}
.texto_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B1304;
	line-height: 150%;
}
.fundo_form {
	background-image: url(img/fundo_form.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #180B03;
	border: 1px solid #180B03;
	line-height: 150%;
}
.fundo_botao_form {
	background-image: url(img/fundo_botao_form.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0EACC;
	border: 1px solid #180B03;
	line-height: 150%;
	font-weight: normal;
}
.texto_secundario_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B1304;
	line-height: 150%;
	font-weight: bold;
}
.texto_horarios_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	font-weight: bold;
}
.texto_horarios_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
}
.texto_horaios_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
.texto_horaios_04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2ECD0;
	line-height: 150%;
}

a.link01  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B1304;
}
a.link01:visited {
	color: #2B1304;
}
a.link01:hover {
	color: #B4191E;
}
a.link01:active {
	color: #2B1304;
}

a.link02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B1304;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a.link02:link {
	text-decoration: underline;
	font-weight: bold;
	text-decoration: underline;
	color: #2B1304;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.link02:visited {
	text-decoration: underline;
	color: #2B1304;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.link02:hover {
	text-decoration: none;
	color: #D1C687;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.link02:active {
	text-decoration: none;
	color: #2B1304;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
}

.fundo_mensagem_form {
	background-image: url(img/fundo_mensagem_form.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #180B03;
	border: 1px solid #180B03;
	line-height: 150%;
	background-color: #f2ecd0;
	background-position: bottom;
}
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

