body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../img/topo.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 4px 12px;
	background-color: #f3f3f3;
	border: 1px solid #e8e8e8;
}

h2 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 8px 0px 18px 20px;
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 8px;
	background-color: #F4F4F4;
}
h4 {
	font-size: 14px;
	color: #006600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p   {
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	text-align: justify;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}



a img {
	border: none;
}
.fonte_preta {
	color: #333333;
	font-weight: bold;
}
.fonte_14b {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
