* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background-color: #ECECE1;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#tudo #geral #menu {
   padding: 4px;
   float: left;
}
#tudo #geral #menu li {
   display: inline;
}

#menulogado {
    width: 80px;
    float: left;
    text-align: right;
    padding-top: 4px;
    padding-right: 6px;
}

#tudo #geral #sair {
   padding: 4px;
   width: 60px;
   float: right;
   text-align: right;
}

#tudo #geral #barraInterna {
   height: 16px;
   padding: 5px;
   padding-left: 10px;
   clear: both;
   background-color: #D0D0B9;
   background-image: url('../images/fndmenu.gif');
   background-repeat: repeat-x;
   font-family: Tahoma, "Trebuchet MS", Verdana;
   font-size: 11px;
   color: #222222;
}

#tudo #geral #barraInterna a {
   text-decoration: none;
   color: #222;
}
#tudo #geral #barraInterna a:hover {
   text-decoration: underline;
   color: #222;
}

/* MEIO DO SITE */
#meio_topo {
   width: 1000px;
   height: 1px;
   background-color: #A3A374;
   overflow: hidden;
   margin: 0 auto;
   margin-top: 20px;
}
#meio {
   width: 1000px;
   background-color: #FFFFFF;
   background-image: url('../images/fndmeio.gif');
   background-repeat: repeat-y;
   margin: 0 auto;
   display: table;
   font-family: Tahoma;
   font-size: 11px;
   color: #333;   
}
#meio a{
	color: #333;
}
#esquerdo {
	width: 480px;
	padding: 10px;
	float: left;
}
#direito {
	width: 480px;
	padding: 10px;
	float: right;
}
#meio_baixo {
   width: 1000px;
   height: 1px;
   background-color: #A3A374;
   overflow: hidden;
   margin: 0 auto;
   clear: both;
}

#meio_grande {
	width: 880px;
	border: solid 1px #A3A374;
	background-color: #FFF;
	margin: 0 auto;
	padding: 20px;
	clear: both;
}


/* RODAPÉ */
#copyright {
   padding-top: 30px;
   width: 500px;
   margin: 0 auto;
   font-family: Tahoma, "Trebuchet MS", Verdana;
   font-size: 10px;
   color: #555555;
   text-align: center;
}
#copyright a {
   color: #555555;
   font-weight: bold;
   text-decoration: none;
}
#copyright a:hover {
   color: #555555;
   font-weight: bold;
   text-decoration: underline;
}

/* H */
h1 {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 16px;
	color: #666666;
}

h2 {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
}

/* SPAN */
span.alerta {
	color: #F00;
	font-weight: bold;
}

/* FORMULÁRIO */
input, textarea, select {
    background-color: #FFF;
    border: solid 1px #B7B791;
	font-family: Arial;
	font-size: 8pt;
	color: #333;	
}

.submit {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background-color: #B7B791;
	border: 1px solid #B7B791;
}
.testeeee{
font-style:inherit;
}