body {
	background: url('/images/background.png') repeat-x #ffffff;
	color: #464646;
	font-family: sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

p, td, li {
	font-family: sans-serif;
	font-size: 13px;
	color:#464646;
}

img {
	border: 0px;
}

form {
	margin: 0;
	display: inline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	background-color: #f7f7f7;
	border: 1px solid #739db1;
	color: #333333;
	font-family: sans-serif;
	font-size: 13px;
}

input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	background-color: white;
	color: black;
}

#content {
	padding: 0px 50px 20px 85px;
	max-width: 800px;
}

#footer {
	background: url('/images/footer-bg.png') repeat-x;
	padding: 15px 10px 15px 57px;
}

.titulo_secao {
	font-size: 16px;
}

.para {
	margin: 1em 0px;
	text-align:justify;
}
