body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
.conteudo {
	width: 100%;
}
#menu {
	color: #FFF;
	padding: 4pt;
	font-family: Arial;
	width: 100%;
	background-color: #FC0;
}

#menu a{
	color: #FFF;
	font-weight: bold;
	padding: 1pt;
	font-family: Arial;
}
#menu2 {
	color: #FFF;
	padding: 4pt;
	font-family: Arial;
	width: 100%;
	background-color: #FC0;
	margin-top: 10px;
}
#menu2 a {
	color: #FFF;
	font-weight: bold;
	padding: 1pt;
	font-family: Arial;
}

.data {
	color: #900;
	padding: 5;
}
.estado {
	color: #f60;
	float: right;
}
#allnews {
	padding: 5px;
}
#copyright {
	color: #000;
	padding: 3px;
	margin-top: 10px;
}
.headlinegeral {
	padding: 7px;
}
.headline {
	float: left;
	padding: 5;
}

.topo {
	background-image: url(bg_topo.jpg);
	background-repeat: repeat;
}
.topo #logo {
	background-image: url(Mobile_topo_metade1.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

.botao {
	height: 38px;
}

.botao_canto_esquerdo {
	width: 24px;
	float: left;
	background-image: url(botao_canto_esquerdo.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	padding: 0px;
}
.botao_texto {
	background-image: url(botao_bg.gif);
	background-repeat: repeat-x;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 7px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
}

.botao_canto_direito {
	float: right;
	width: 24px;
	background-image: url(botao_canto_direito.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

.botao a{
	text-decoration: none;
	color: #666;
}
#navegacao {
	margin-bottom: 20px;
}
.titulo {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px;
	margin-top: 5px;
}
.close {
	clear: left;
}
.pontilhado {
	margin: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

