form, body, h1, h2, h3, h4, h5, h6, p, ul, li, address, input, img, a
{
	margin: 0px;
	padding: 0px;
}
li 
{
	list-style: none;
}
img
{
	border: 0px;
}

html 
{
	height: 100%;
}

* {
	font-family: "Tahoma";
	font-size: 12px;
}

.Clear {
	clear: both;
}

a, a:visited {
	text-decoration: none;
	color: #bc7f00;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;	
}

p
{
	color: #0b3b2d	
}

body 
{
	font-family: Tahoma;
	background: #bcb090;
	behavior: url('../includes/csshover2.htc'); /* inclui efeito :hover, :active e :focus para Internet Explorer 6 */
	background: url('../imagens/site/geral/fundo.jpg') no-repeat center top #bcb090;
}

/*************** CLASSES ***************/
.esq, .dir
{
	float: left;	
}

/************ BARRA DE EDIÇÃO**************/
.BarraControle 
{
	width: 836px;
	border: 1px solid #000;
	height: 120px;
	background: #f0f0f0;
	color: #747474;
	clear: both;
	margin: 5px 0 0;
	padding: 0px 22px 0px 22px;
}
.BarraControle h3 {
	padding: 15px 0px 0px 0px;
	color: #484848;
	font-size: 16px;
}
.BarraControle .c0 {
	padding: 0px 100px 0px 0px;
	float: left;
	font-size: 12px;
}
.BarraControle .c0 span {
	font-size: 14px;
}
.BarraControle .controleDesconectar, .BarraControle .controleDesconectar:visited {
	margin: 3px 0px 0px 0px;
	float: right;
	display: block;	
}
.BarraControle a, .BarraControle a:visited {
	font-size: 11px;
	color: #c00d0d;
}

.BarraEdicao0 
{
	background: #f0f0f0;
	margin: 5px 0 0 0;
	padding: 1px 0px 4px 11px;
	font-size: 11px;
	border: 1px solid #000;
	margin: 20px 0 0 0;
	width: 869px;	
}

.BarraEdicao0 a
{
	color: #c00d0d;	
}

.BarraEdicao1
{
	float: left;
	border: 1px solid;
	background: #f0f0f0;
	padding: 2px 0px 4px 11px;
	font-size: 11px;
	width: 658px;
} 

.BarraEdicao1 a
{
	color: #c00d0d;	
}

/*****************************
	MASTER PAGE
*/
#Geral
{
	margin: auto;
	width: 939px;	
	overflow: hidden;	
}

#Geral #Geral2
{
	float: left;
	width: 939px;
	padding: 35px 0 0 0;
	background: url('../imagens/site/geral/fundo2.png') no-repeat;
	height: 525px; 	
	overflow: hidden;	
}

#Geral #Geral2 #topo
{
	float: left;
	width: 882px;
	height: 128px;		
	background: url('../imagens/site/geral/topo_home.png');
}

#Geral #Geral2 #topo #logo
{
	position: absolute;
	width: 256px;
	height: 147px;	
	cursor: pointer;
}

#Geral #Geral2 #Conteudo
{
	float: left;
	background: url('../imagens/site/geral/fundo_conteudo.png') no-repeat;
	width: 701px;	
	_position: absolute;
	padding: 0 0 0 18px;
		
}

/********************************
	RODAPÉ
*/
#Geral #rodape
{
	clear: left;
	width: 829px;
	margin: 5px 0 0 44px;
	line-height: 21px;
	overflow: hidden;
	background: url('../imagens/site/geral/fundo_rodape.jpg') no-repeat;
}

#Geral #rodape a
{
	font-size: 9px;
	font-weight: bold;
	color: #ffd974;	
}

#Geral #rodape address
{
	float: left;
	display: inline;
	font-size: 9px;	
	color: #ffffff;
	font-style: normal;
	margin: 0 0 0 72px;	
}

#Geral #rodape #impresso
{
	float: right;
	margin: 0 10px 0 0;
}
