
	body{
		background-color:#736D4F;
		background-image:url(../../img/bg.jpg);
		background-repeat:no-repeat;
		background-position:center center;
		background-attachment: fixed;
		margin:0px auto;
		text-align:center;
	}
	
	table tr td{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
	}
	
	table.estrutura{
		margin:0px auto;
		width:100%;
		height:100%;
		border-collapse:collapse;
/*		background-image:url(../../img/bg.estrutura.png);
		background-position:top center;
		background-repeat:no-repeat;*/
	}

	table.estrutura tr td.topo{
		height:360px;
		vertical-align:bottom;
		padding:0px;
		text-align:center;
		background-image:url(../../img/bg.estrutura.png);
		background-position:top center;
		background-repeat:no-repeat;
	}

	table.estrutura tr td.topo img{
		margin:0px auto;
	}

	table.estrutura tr td.informacoes{
		height:590px;
		text-align:center;
		vertical-align:top;
		background-image:url(../../img/bg.estrutura-linha.png);
		background-position:top center;
		background-repeat:repeat-y;
	}
	
	table.conteudos{
		width:733px;
		margin:0px auto;
		height:100%;
		background-color:#FFFFFF;
	}

	table.conteudos tr td{
		padding:20px;
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		vertical-align:top;
	}

	table.conteudos tr td.apoio{
		width:210px;
	}

	table.estrutura tr td.rodape{
		height:79px;
		background-image:url(../../img/bg.rodape.png);
		background-repeat:no-repeat;
		background-position:top center;
	}

	table.conteudos tr td.centro table tr td{
		padding:0px;
		padding-top:5px;
	}
	
	p{
		line-height:163%;
	}
	
	table.ondeencontrar{
		border-collapse:collapse;
		margin-top:20px;
	}

	table.ondeencontrar tr td{
		padding:0px;
		margin:0px;
		padding-right:10px;
		padding-bottom:5px;
	}
	
	form{
		margin:0px;
	}
	
	input{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		background-color:#E2D69A;
		border:none;
		height:25px;
		padding:5px;
	}

	select{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		background-color:#E2D69A;
		border:none;
		height:25px;
		padding:5px;
	}

	textarea{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		background-color:#E2D69A;
		border:none;
		width:100%;
		height:120px;
		padding:5px;
		overflow:auto;
	}
	
	.radio{
		background-color:#FFFFFF;
	}
	
	a{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		text-decoration:none;
	}

	a:hover{
		font-family:Georgia, "Times New Roman", Times, Serif;
		font-size:11px;
		color:#A38C5F;
		text-decoration:underline;
	}
