html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
*{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #006d9b;
}
body {
	background-image: url(../images/fundo.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
}
#conteudo .conteudo p {
	margin-top: 7px;
	margin-bottom: 5px;
}
#geral {
	width: 904px;
	margin: 0px auto;
	background-image: url(../images/fundo_conteudo.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
}
ul {
	list-style-position: outside;
	padding-left: 20px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}