@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #0099FF;
	background-image: url(../img/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #0066CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}

a:active {
	text-decoration: none;
	color: #0066CC;
}

a.noticia {
	font-size: 14px;
	color: #0066CC;
	font-weight:bold;
}

a.noticia:link {
	text-decoration: none;
}
a.noticia:visited {
	text-decoration: none;
	color: #0066CC;
}
a.noticia:hover {
	text-decoration: underline;
	color: #0066CC;
}
a.noticia:active {
	text-decoration: none;
	color: #0066CC;
}

a.barra:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
a.barra:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:10px;
}
a.barra:hover {
	text-decoration: underline;
	color:#FFCC00;
	font-weight:bold;
	font-size:10px;
}
a.barra:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:10px;
}

#barra {
	width:100%;
	height:25px;
	background-color:#004E9B;
}

#barra2 {
	width:100%;
	height:50px;
	background-color:#002346;
}

#conteudo {
	width:750px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-style:dashed;
	border-width:1px;
	border-color:#004E9B;
}

.container_geral {
	width:100%;
}

.container_geral2 {
	width:139px;
	margin-left:5px;
	margin-right:5px;
}

.div01 {
	width:100%;
	height:25px;
}

.div_geral {
	width:100%;
	height:5px;
}

.div_geralmarrom {
	width:100%;
	height:5px;
	border-top-color:#B6AF2C;
	border-top-style:dashed;
	border-top-width:1px;
}

.div_geralazul {
	width:100%;
	height:5px;
	border-top-color:#004E9B;
	border-top-style:dashed;
	border-top-width:1px;
}

.tabela01 {
	background-color:#DDEEFF;
	border-right-color:#004E9B;
	border-right-style:dashed;
	border-right-width:1px;
}

.tabela02 {
	background-color:#F9F8E6;
	border-left-color:#B6AF2C;
	border-left-style:dashed;
	border-left-width:1px;
}

.tabela03 {
	border-top-color:#004E9B;
	border-top-style:dashed;
	border-top-width:1px;
}

.tabela04 {
	border-top-color:#B6AF2C;
	border-top-style:dashed;
	border-top-width:1px;
}

.titulo1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.titulo2 {
	font-size: 12px;
	font-weight: bold;
	color: #C5B818;
}

.titulo3 {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}

.titulo4 {
	color: #FFFFFF;
	font-size:10px;
}

.data1 {
	font-weight: bold;
	color:#666666;
}

.mini_link{
	font-size:10px;
}