* {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:  #666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background: #CED7DE url(images/fundo.gif);
}

#geral {
	width: 737px;
	margin: 0px auto;
}

#topo {
	background: url(images/topo-fundo.gif);
	width: 737px;
	height: 215px;
	position: absolute;
}

h1 {
	background: url(images/topo-logo.gif);
	width: 306px;
	height: 61px;	
	position: absolute;
	top: 3px;
	left: 3px;
}

h2 {
	background: url(images/topo-img01.gif);
	width: 423px;
	height: 61px;
	position: absolute;
	top: 3px;
	left: 311px;
}

#topoImg {
	background: url(images/topo-img02.jpg);
	width: 478px;
	height: 146px;
	position: absolute;
	top: 66px;
	left: 256px;
}

#menu {
	background: url(images/menu-fundo.gif);
	width: 251px;
	height: 146px;
	position: absolute;
	left: 3px;
	top: 66px;
}

#menu ul {margin: 5px 0px 0px 0px;}

#menu li {margin: 0px;}

#menu li a {
	color: #FFF;
	text-decoration: none;
	line-height: 19px;
	padding: 0px 0px 0px 25px;
	background: url(images/menu-seta.gif) no-repeat 10px 3px;
}

#menu li a:hover {
	background: url(images/menu-setaHover.gif) no-repeat 10px 3px;
}

#conteudo {
	display: block;
	background: url(images/conteudo-fundo.gif);
	position: absolute;
	top: 217px;
	width: 737px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #000;
}

#blocoEsq {
	width: 235px;
	float: left;
	padding: 10px 0px 0px 10px;
}

#blocoDir {
	width: 455px;
	float: right;
	padding: 10px 10px 10px 0px;
}

ul#noticias li {
	display: block;
	margin: 5px 0px 10px 0px;
}

ul#noticias li.titulo {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: #000000;
}

ul#noticias li.data {
	color: #FFF;
	display: inline;
	padding: 2px 2px 2px 20px;
	background: #635D5A url(images/data-seta.gif) no-repeat 3px 5px;
}

ul#noticias a {
	text-decoration: none;
}

ul#noticias a:hover {
	color: #000000;
}

#newslatter {
	color: #FFF;
	background: url(images/newslatter.gif);
	height: 75px;
	width: 234px;
	padding: 28px 7px 0px 10px;
	margin: 0px 0px 2px -7px;	
}

label {
	color:#FFF;
	float:left;
	margin: 5px 5px 0px 0px;
}

input {
	height: 17px;
	padding: 0px 0px 0px 3px;
	margin: 3px 0px 0px -2px;
	border: 1px solid #7B8E94;
}

input.botao {
	color: #FFF;
	background: #333;
	width: 20px;
	height: 19px;
	margin: 17px 0px 0px 0px;
}

#rodape {
	color: #FFF;
	text-align: center;
	background: url(images/rodape.gif);
	clear: both;
	width: 729px;
	height: 26px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
}

.Inv {
	display: none;
}

