body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #004B84;
	background-color: #65D1FF;
	background-image: url(../images/fundo2.jpg);
	margin: 0px;
}
.menu_secao {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.menu_secao:hover {
	text-decoration: underline;
}.nome_secao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #CD3705;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #AEE9FF;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.noticia {
	font-size: 11px;
	color: #004b84;
	text-decoration: none;
}
.noticia:hover {
	text-decoration: underline;
}