
html,body {
	margin: 0px;
	padding: 0px;
}
*{
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000;
}
body, html{
	height: 100%;
	width: 100%;
}
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: 934px;
	margin: 0px auto;
	background-color:#FFF;
}
ul {
	list-style-position: outside;
	padding-left: 20px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
strong {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
i {
	font-style: italic;
}