/*  ----------------------------------------------------------------
	TAGS HTML Padrão
	--------------------------------------------------------------*/
	a:link, a:visited, a:hover, a:active{
		font: normal 11px Tahoma, Arial, Verdana; color:#000000; text-decoration:none;}
	a:hover{text-decoration:underline; color:#FF0000;}

	blockquote{margin:4px 0px 18px 20px; padding:0px;}

	body {
		margin: 0px;
		background-color:#1A0200;
	}

	div, td{
		font: normal 11px Tahoma, Arial, Verdana; 
		color:#3A3A3A;
	}

	form {
		border-width: 0px;
		padding:0px; 
		margin:0px;
	}

	input, textarea, select {
		font: normal 11px Tahoma, Arial, Verdana;
		color: #000000;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;		
	}
	
	input, select {
		height: 18px;
	}
	
	input {
		padding: 1px 3px 0px;
	}
	
	.BotaoDif {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	.BotaoDif input {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
		padding: 3px 5px;
		height:25px;
		border: none;
		font-size: 13px;
		border-width: 1px;
		border-style: solid;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: hand;
		text-decoration: none;	
		margin-top: -6px;
		background-color: #F7E1D5 !important;
		color: #246;
		border-color: #CF9680;
	}

	.BotaoDif input:hover {
		color: #9D563C;
		border-color: #9D563C;
		background-color: #F4D7CE !important;
	}
		
	.campoGrande {
		font: normal 15px Tahoma, Arial, Verdana;
		color: #000000;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		height: 22px;
	}
	
	.textoNormal {
		font: normal 9pt Arial, Tahoma, Verdana;
	}
	
	li{margin-bottom:5px;}

	p{margin:0; margin-bottom:8px;}

	ul{
		padding:0px 0px 0px 25px;
		margin:0px;
	}

	ol { 
		padding:0px 0px 5px 37px;
		margin:0px;		
	}

	h1{font: bold 16px Tahoma, Arial, Verdana; color:#016464; margin:0px 0px 5px;}
	h2{font: bold 14px Tahoma, Arial, Verdana; color:#016464; margin:0px 0px 5px;}
	h3{font: bold 12px Tahoma, Arial, Verdana; color:#016464; margin:0px 0px 5px;}

	hr{color:#fff; height: 1px;}
	
	.Linha {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #B5B5B5;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	fieldset {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border:1px solid #c1c1c1;
		padding:7px;
	}

	legend {
		font-family: Arial, Verdana, Tahoma, Helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		padding:1px 5px;
	}
	
	.borda {
		padding:1px;
		*margin-top:-2px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-width: 0px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #C1C1C1;
		border-bottom-color: #C1C1C1;
		border-left-color: #C1C1C1;
	}

/*  ----------------------------------------------------------------
	Elementos identificados
	--------------------------------------------------------------*/
	#tblConteudo{background:url(../_imgs/fundoSite/FundoTopo.jpg) repeat-x top}
	#tdLEsite{background:url(../_imgs/fundoSite/LE.jpg) no-repeat right top; height:804px;}
	#tdLDsite{background:url(../_imgs/fundoSite/LD.jpg) no-repeat left  top; height:804px;}
	#txt_Rodape{color:#CEC1BF;}
	#divBarraLateral{margin:4px; margin-left:0px; float:right; width:184px; padding-right:4px;}
	#txtLogin{height:17px; width:140px; background-color:#C7B573; border:none; color:#000000; padding-top:4px;}


/*  ----------------------------------------------------------------
	Fundos 
	--------------------------------------------------------------*/
	.fundo{background:#E9EFEF url(../_imgs/Menu/Fundo.jpg) repeat-x top scroll}



/*  ----------------------------------------------------------------
	Links alternativos 
	--------------------------------------------------------------*/
	a.Link_pretoVermelho:link, a.Link_pretoVermelho:visited, a.Link_pretoVermelho:hover, a.Link_pretoVermelho:active{
		font: normal 11px Tahoma, Arial, Verdana; color:#000000; text-decoration:none;}
	a.Link_pretoVermelho:hover{color:#D70B10;}

	a.Link_pretoAzul:link, a.Link_pretoAzul:visited, a.Link_pretoAzul:hover, a.Link_pretoAzul:active{
		font: normal 11px Tahoma, Arial, Verdana; color:#000000; text-decoration:none;}
	a.Link_pretoAzul:hover{color:#0000FF;}



/*  ----------------------------------------------------------------
	Outras classes
	--------------------------------------------------------------*/
	.clearBoth   {clear:both;   }		
	.txt_Branco	 {color:#FFFFFF;}
	.Txt_Preto   {color:#000000;}
	.Txt_Vermelho{color:#FF0000;}
