body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background:#000 url(../img/bg_site.jpg) no-repeat center top;
}
h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #DF0000;
	margin-bottom: 5px;
	padding: 2px 0px 2px 2px;
	border-bottom: 2px solid #BEBEBE;
}
h2 {
	font-size: 14px;
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
h3 {
	font-size: 16px;
	background-color: #FF0000;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
p, ol, ul {
	margin-bottom: 10px;
	line-height: 120%;
	margin-top: 0px;
}
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_branca {
	color: #FFFFFF;
}
.fonte_bold_14 {
	font-size: 14px;
	font-weight: bold;
}

