@charset "utf-8";
/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
}
a:link, a:visited, a:active {
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.texto_padrao {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.titulo_padrao {

	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.titulo__azul{
	font-family: Arial;
	font-size: 11px;
	color: #355F8C;
	text-decoration: none;
	font-weight: bold;
}
.titulo_menu_cima {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.titulo_menu {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


