/* CSS Document */
body{
	margin:0;
	padding:0;
}
/* Classe do menu */
.menu{
	font:16px "Trebuchet MS","Helvetica","Arial", sans-serif;
	font-weight:bold;
	color:#195a94;
}
a.menu:link{
	text-decoration:none;
}
a.menu:hover{
	text-decoration:underline;
}
a.menu:active{
	text-decoration:none;
}
a.menu:visited{
	text-decoration:none;
}

.titulo_secao{
	font:19px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	font-weight:bold;
	color:#195a94;
}
.form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #195a94;
	text-decoration: none;
	border: thin solid #195a94;
	padding: 2px;
}

.data{
	font:12px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	color:#195a94;
}
.titulo{
	font:15px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	font-weight:bold;
	color:#195a94;
}
.conteudo{
	font:14px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	color:#195a94;
}

/* Tabela principal */
.corpo{
		background:url(images/background.gif) bottom repeat-x;
}

/* Classe para as divs de dados */
#dados_fundo{
	width:940px;
	height:107px;
	background:url(images/box_redondo.gif) center no-repeat #FFFFFF;
	z-index:1;
}
#curva{
	width:940px;
	height:107px;
	background:url(images/curva.gif) no-repeat;
	z-index:2;	
}


.titulo_secao_branco {
	font:19px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	font-weight:bold;
	color:#FFFFFF;
}
.conteudo_branco {
	font:14px "Trebuchet MS","Helvetica","Arial", sans-serif ;
	color:#FFFFFF;
}
