body {
	margin: 0px;
	padding: 0px;
	background: #4D79A6 url('../img/bg_site.jpg') repeat-x scroll top left;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #1F4F80;
	color: #FFFFFF;
	padding: 4px 0px 4px 10px;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 0.8em;
	line-height: 120%;
	margin-top: 0px;
	padding: 0px 5px 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;
	text-decoration: none;
}
.fonte_14 {font-size: 14px}

.fonte_link {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
