@charset "iso-8859-1";
/* CSS Folha de Estilo */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.texto {
	font-size: 10px;
	color: #666666;
}

a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


a:hover {
	font-size: 10px;
	color: #003300;
	text-decoration: none;
}


.from {
	font-size:  10px;
	color: #003300;
	width: 120px;
	height: 16px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

body {
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}


#geral {
	margin: auto;
	width: 894px;
	background-color:#FFF;
}

#topo {
	width: 894px;
	height: 324px;
	background-image: url(../imagens/topo.jpg);
	background-repeat: no-repeat;
}


#ini1 {
	padding: 40px 0px 0px 0px;
	width: 894px;
	height: 80px;
	background-image: url(../imagens/ini1.jpg);
	background-repeat: no-repeat;
}

#ini2 {
	padding: 35px 0px 0px 0px;
	width: 894px;
	height: 93px;
	background-image: url(../imagens/ini2.jpg);
	background-repeat: no-repeat;
}


#rodape	 {
	padding-top: 15px;
	width: 894px;
	height: 35px;
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.rodape {
	font-size: 10px;
	color: #666;
}