* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#logo {
	width: 323px;
	height: 81px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;

	z-index: 10;
}
#logo h1 {
	display: none;
}
body {
	background-image: url(../images/fundo_site.jpg);
	background-attachment: fixed;
}
#geral {
	margin: 10px auto;
	width: 759px;
}
#topo {
	clear: left;
	margin: 0px auto;
	padding-top: 5px;
	width: 745px;
}
#box2 #conteudo {
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#box #conteudo {
	clear: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 5px;
}
#box2 p:first-letter{
	font-size: 24px;
}
small, small a{
	font-size: 9px;
	color: #666;
	font-weight: normal;
	float: right;
	letter-spacing: 0px;
}
small a:hover {
	text-decoration: underline;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	color: #003881;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
