/* Definicao da estrutura basica do layout */
body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
}
body {
	background-color: #C8C8C8;
	background-image: url(_images/_fundo_padrao.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center top;
}
div {
/*	background-color: #FF0000;*/
	margin:0px auto; /* Alinha em outros navegadores */
	text-align: center; /* Alinha no IE */
	height: auto;
	width: 750px;
}

/* Definicao de estilos do cabecalho e rodape */
.data {
	font-size: 10px;
	line-height: 10px;
	color: #99B7D5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99B7D5;
	margin-left: 10px;
	padding-left: 3px;
	text-align: left;
}
.endereco {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}
.info {
	color: #BFD9F2;
	font-size: 11px;
}
.copyright {
	font-size: 10px;
	color: #999999;
}
.menu_rodape {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_rodape:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* Definicao de estilos de uso geral */
.fundo_azulmarinho {
	background-color: #004A95;
}
.fundo_azulroyal {
	background-color: #0066CC;
}
.fundo_cinzaclaro {
	background-color: #E5E5E5;
}
.fundo_cinzamedio {
	background-color: #CCCCCC;
	background-image:url(_images/_fundo_vejamais.jpg);
	background-repeat:no-repeat;
}
.fundo_cinzaescuro {
	background-color: #999999;
}
.campo_busca {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.campo_form {
	font-family: Trebuchet, Tahoma, Verdana, Arial;
	font-size: 12px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.botao_busca {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004A95;
	border: 1px solid #999999;
	height: 20px;
	width: 80px;
}
.check_busca {
	margin: -1px;
}
.link_branco {
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.link_noticia {
	color: #CCDBEA;
	text-decoration: none;
}
.link_noticia:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.link_destaque {
	color: #000000;
	text-decoration: none;
}
.link_destaque:hover {
	color: #000000;
	text-decoration: underline;
}

.p_branco {
	color: #FFFFFF;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
#form_cinza tr {
	border-bottom:1px solid white;
}
.texto_destaque{
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.titulo_noticia{
	font-size: 18px;
	font-weight: bold;
}