/*-----------------ESTRUTURA------------------*/
html, body {
	margin: 0px;
	height:100%;
	background:#F9E08A;
}

html, #Geral {
	width:778px;
	height:100%;
	min-height: 100%;
	position: relative;
	background:url(images/background.gif) repeat-y #F9E08A;
}

#Topo {
	width:778px;
}
#Esquerda{
	width:175px;
	heigt:100%;
	float:left;
}
#Conteudo{
	float:right;
	width:603px;
	heigt:100%;
	padding-bottom:30px;
}
#Tabela{z-index:0;
}
#Rodape{
	margin: -5.5em auto 0 auto;
	position:relative;
	bottom: 0px;
	/*margin: 0px;*/
	clear: both; /* Única linha alterada para compatibilização */
	outline: 1px solid #000000;
	background: #000000;
	
	*margin: -5.5em auto 100px auto;
}

#Rodape img {
	float: left;
	}
/*-----------------ESTILOS------------------*/
.textoHome, MsgErro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#593C08;
}
.campos {
	height: 11px;
	width: auto;
	background-color: #FCFAD9;
	border: 1px solid #E3C579;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color:#593C08;
	cursor: hand;
}
.bg_celula_over {
	background-color: #F1B734;
	cursor: hand;
}
.bg_celula_out {
	background-color: #F9E08A;
}

.MsgErro {
	color:red;
}
.textoMenor {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #593C08;
}
.Link_Sublinhado {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color:#593C08;

}

.sublinhado {
	text-decoration: underline;
}
