body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/funto_topo.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: left top;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	color: 408c6a;
	font-weight: normal;
	text-transform: uppercase;
}
h1, h1 a {
	font-size: 18px;
	color: #408c6a;
	margin-top: 8px;
	margin-bottom: 8px;
}
h2, h2 a {
	font-size: 16px;
	color: #408c6a;
	margin-top: 7px;
	margin-bottom: 7px;
}
h3, h3 a {
	font-size: 14px;
	color: #408c6a;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4, h4 a {
	font-size: 12px;
	color: #408c6a;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5, h5 a {
	font-size: 12px;
	color: #408c6a;
	margin-top: 4px;
	margin-bottom: 4px;
}
h6, h6 a {
	font-size: 11px;
	color: #666;
	letter-spacing: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}
p {
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: justify;
	letter-spacing: normal;
}
ol, ol {
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul li, ol li {}
#geral {
	width: 100%;
	position: relative;
}
.area {
	position: relative;
	width: 1004px;
	margin: 0px auto;
}

