body {
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.body {
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	overflow-y: auto;
	overflow-x: hidden;
}
#conteudo {
	position: absolute;
	margin-left: 50%;
	left: -416px;
	width: 840px;
}
#menuE {
	width: 165px;
	height: 650px;
	background-color: #4c4840;
	float: left;
	font-size:12px;
	color:#FFFFFF;
}
#menuD {
	width: 165px;
	height: 650px;
	background-color: #4c4840;
	float: right;
	font-size:12px;
	color:#FFFFFF;
}
li {
	list-style:none;
	margin-bottom: 3px;
	text-indent: -22px;
	cursor:pointer;
}
.ul {
	text-transform:uppercase;
}
.maiusculo {
	text-transform:uppercase;
	border-bottom: 2px solid #ffcb05;
	margin-top: 15px;
	margin-bottom: 5px;
	cursor: default;
}
.titulo {
	height: 22px;
	width:inherit;
	color: #4c4840;
	background-color: #ffcb05;
	text-transform:uppercase;
	text-indent: 15px;
	padding-top:6px;
}

#data {
	color: #ffcb05;
	text-align:center;
	font-size:16px;
	margin-top: 40px;
}
#local {
	color: #ffcb05;
	text-align:center;
	margin-top: 40px;	
}
#informacoes {
	color: #ffcb05;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 53px;	
}
#centro {
	float:left;
}

#carregando {
	position: absolute;
	z-index: 999;
	top: 40%;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 50px;
	border: 2px solid #000000;
	padding-top: 2px;
	background: url(images/loading.gif) top center no-repeat #FFFFFF;
	font-size: 12px;
	text-align: center;
	display:none;
}

a,a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	color: #4c4840;
}
a:hover,a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	color: #ffcb05;
	background-color: #4c4840;
}

.titulo_noticia {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	color: #4c4840;
}
.corpo_noticia {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size: 12px;
	color: #4c4840;
}