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

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 15px;
}

h2 {
	font-size: 15px;
	color: #FF0000;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	color: #003399;
	margin: 0px 0px 0px 0px;
}
p   {
	margin-bottom: 5px;
	line-height: 140%;
	margin: 5px 0px 0px 5px;
}

a {
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	background: #CCCCCC;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}



a img {
	border: none;
}
.fonte_rodape {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.fonte_titulos {
	font-size: 14px;
	font-weight: bold;
}
