body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(../img/bg_site.jpg);
	background-repeat: repeat-x;
	background-color: #4D5F83;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

h2 {
	font-size: 20px;
	color: #15406B;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-style: italic;
	text-align: center;
}

h3 {
	font-size: 20px;
	color: #003399;
	margin: 0px 0px 5px 0px;
	background-image: url(../img/bg_tt_internas.jpg);
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid;
	border-bottom-color: #003399;
	border-top-color: #003399;
	border-top: 2px solid;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background-color: #6D322A;
	border-bottom: 2px solid;
	background-image: url(../img/bg_subtt.jpg);
}
p   {
	margin-bottom: 7px;
	line-height: 140%;
	margin: 2px 0px 5px 0px;
}

a {
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}



a img {
	border: none;
}
.fonte_rodape {
	color: #FFFFFF;
	font-weight: bold;
}

