body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url(../img/bg_site.jpg);
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #4B4243;
	margin: 0px 0px 5px 0px;
	border-bottom: 2px solid #4B4243;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 7px 0px 10px 33px;
	margin-top: 0px;
	background-image: url(../img/bg_h2.jpg);
	background-repeat: no-repeat;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_h3.png);
	color: #FFFFFF;
	padding: 4px 0px 4px 10px;
}

p {
	line-height: 140%;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
ul {
	margin-bottom: 0.8em;
	line-height: 120%;
}
a {
	color: #555555;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #E45E00;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a img {


}
.assinatura_rodape {
	color: #E46002;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
.copyright_home {
	color: #FFFFFF;
	font-size: 10px;
	padding: 7px 0px 5px 0px;
}
.fonte_detalhes {
	color: #FFFFFF;
	font-size: 20px;
}

