/* CSS Document */



*{

	font-family: trebuchet MS, sans-serif;

	font-size:14px;

	margin-left:0px;

	margin-right:0px;

        color:#FFFFFF;

}



@font-face {

font-family:"Lucida Handwriting";

src:url(LHANDW.TTF) format("truetype");

}



body{

 	text-align: center;

	min-width:800px;

	background-color:#000000;





}



#contanerGeral{

	text-align: center;

	position: relative;

	margin: 0 auto;

	width:100%;

	background-image:url(../imagens/barra_bg.jpg);

	background-repeat:repeat-x;

}

#topo{

	margin:0px;

}





#flash{

	text-align:center;

	width:422px;

	height:121px;

}



#conteudo{

	margin: 0 auto 0 auto;

	width:790px;

	font-size:12px;

	color:#FFFFFF;

	text-align:center;
	

}



#amarca {

	background-color:#C8AC78;

	opacity:0.75;

	-moz-opacity:0.75;

	filter:alpha(opacity=75);

}



.cor_fundo {

	overflow:auto;

	background-color:#C8AC78;

	opacity:0.20;

	-moz-opacity:0.20;

	filter:alpha(opacity=20);

}



#rodape{

	width:100%;

	height:54px;

	background-image:url(../imagens/barra_bg2.jpg);

	background-repeat:repeat-x;

	text-align: center;

}



input{

	background-color:#C0A063;

	font-size:8pt;

	color:#ffffff;

}



select{

	background-color:#C0A063;

	font-size:8pt;

	color:#ffffff;

}



.style2 {

	font-weight: bold;

	font-size: 16px;

}



textarea{

	background-color:#C0A063;

	font-size:8pt;

	color:#ffffff;

}

a:link {

	color: #FFFFFF;

}

a:hover {

	color: #FFFFFF;

}

a:visited {

	color: #FFFFFF;

}
