@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-color:#999966;

}

#topo{
	width:860px;
	height:16px;
	background:transparent;
	background-image:url(imagens/topo-branco.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:25px;
}

#topo1{
	width:860px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
}

#meio{
	width:860px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#rodape{
	width:860px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}
#rodape1{
	width:860px;
	height:16px;
	background:transparent;
	background-image:url(imagens/rodape-branco.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

#texto_ini{
	font-family:"Arial";
	font-size:14px;
	color:black;
	clear:both;
	margin-bottom:10px;
}
#texto_ini img{
	margin-right:3px;
	
}
#texto_ini1{
	width:150px;
	font-family:"Arial";
	color:black;
	font-size:12px;
	float:right;
	margin-right:3px;
	margin-bottom:10px;
}
#empresa{
	margin-top:10px;
}
#empresa h3{
	font-family:"Tahoma";
	font-size:16px;
	font-variant:small-caps;
	color:gray;
}
#empresa p{
	font-family:"tahoma";
	font-size:12px;
	color:#373737;
	text-align:justify;
	width:70%;
}
#empresa img {
	margin:5px;
	border:#00FF66 5px double;
}
.linha{
	border-top:silver 1px dashed;
	margin-top:10px;
	padding-top:3px;
}