body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
        background: #a04d24 url('fundo_grande.png') fixed no-repeat center;
}


a:link, a:visited, a:hover, a:active {
	color: #575757;
	text-decoration: underline;
}

a.menu-titulo:link, a.menu-titulo:visited, a.menu-titulo:hover, a.menu-titulo:active {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6c3417;
	text-decoration: none;
}

a.menu-item:link, a.menu-item:visited, a.menu-item:hover, a.menu-item:active {
	font-size: 11px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #6c3417;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #a04d24;
	padding: 0px;
	margin: 0px;
}

.noticias h1 {
	font-size: 14px;
	color: #6c3417;
	text-transform: uppercase;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.noticias p {
	font-size: 12px;
	color: #f98220;
	padding: 0px;
	margin: 0px;
}
.noticias a {
	color: #7b7b7b;
	text-decoration: none;
}
.noticias hr {
	border-bottom: 1px solid #bdbdbd;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
