@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.fundo_rodape {
	background-image: url(../imagens/rodape_later.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.rodape {
	background-image: url(../imagens/rodape_fundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
}
.tracado_h {
	background-image: url(../imagens/tracado_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.texto_branco {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_branco:hover {
	text-decoration: underline;
}
.textos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
}
.fundo_menu {
	background-image: url(../imagens/fundo_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tracado_v {
	background-image: url(../imagens/tracado_v.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	background-color: #F7F0E1;
	height: 13px;
}

form {
margin: 0;
}
.enviar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #A27A28;
	height: 16px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 22px;
}
