body {
	margin: 0px;
	padding: 0px;
	background: #808080 url('../img/bg_faixa.jpg') repeat-x scroll top left;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #E46002;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 20px;
	background-color: #E9E6DF;
	color: #E66104;
	padding: 3px 0px 3px 10px;
	margin-top: 0px;
}

h3 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

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 {
	border: none;
}
.inicial_grande {
	font-size: 30px;
	font-weight: bold;
}
.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;
}
