.noticiasGeral{
	margin: 20px;
}

.noticiasGeral a:visited{
	color: black;
}

.noticiasGeral a{
	color: black;
}

.noticiaUnica{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.noticiaTitulo{
	
}

.noticiaResumo{
	
}






.basico{
	background: url("../images/fundo.gif") repeat-x;
}

.basico table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.basico input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033FF;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.basico a{
	text-decoration:none;
}
.basico a:hover{
	text-decoration:underline;
}

.menu div{
	height:20px;
	width:100px;
	text-align:center;
	padding-top:2px;
	margin-left:3px;
	margin-top:7px;
	background: url("../images/botao.gif") top;
}
.menu div:hover{
	background: url("../images/botao.gif") bottom;
}

.menu #restrito{
	height:20px;
	width:100px;
	text-align:center;
	padding-top:2px;
	margin-left:3px;
	margin-top:7px;
	background: url("../images/botao_cinza.gif") top;
}
.menu #restrito:hover{
	background: url("../images/botao_cinza.gif") bottom;
}

.menu a{
	font-family:verdana;
	font-size:13px;
	text-decoration:none;
	color:black;
}

.menu a:hover{
	text-decoration:none;
}
