/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagem/bg_geral.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#006600;
}

.Tabela_geral {
	height: 100%;
	width: 100%;
}

.Borda_home {
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}



.form_newsletter {
	border: 1px solid #c7c7c7;
	width: 175px;
	height: 14px;
	font-family: Arial;
	font-size: 11px;
	color: #285101;
}

.form_horario {
	border: 1px solid #285101;
	width: 330px;
	height: 14px;
	font-family: Arial;
	font-size: 11px;
	color: #285101;
}

.form_contato_1 {
	border: 1px solid #285101;
	width: 230px;
	height: 14px;
	font-family: Arial;
	font-size: 11px;
	color: #285101;
}

.form_contato_2 {
	border: 1px solid #285101;
	width: 230px;
	height: 110px;
	font-family: Arial;
	font-size: 11px;
	color: #285101;
}

.bt_form {
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #285101;
	background-color: #A8C23B;
	height: 20px;
}