@charset "utf-8";
#geral {
	margin: auto;
	height: auto;
	width: 900px;
	padding-bottom: 5px;
}
#topo {
	height: 300px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(../img/topo.png);
}
		
#conteudo {
	height: auto;
	width: 900px;
	margin-top: 5px;
}
#rodape {
	background-color: #939;
	height: 100px;
	width: 900px;
	margin-top: 5px;
	background-image: url(../img/rodape.jpg);
	background-repeat: no-repeat;
}

#accordion {
	font-size: 12px;
}

#scroll {
	width: 850px;
	height: 200px;
	/*background-color:#30C;*/
	overflow: auto;
	color: #1e3583;
}

p {
	padding: 10px; /* TRBL */
	color:#000;
	font-size:14px;
}

h2 {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
