/* CSS Document */

body {
	scrollbar-3dlight-color:#EDEDED;
	scrollbar-arrow-color:#3E76A8;
	scrollbar-base-color:#EDEDED;
	scrollbar-darkshadow-color:#EDEDED;
	scrollbar-face-color:#EDEDED;
	scrollbar-highlight-color:#EDEDED;
	scrollbar-shadow-color:#EDEDED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fill.gif);
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #3E76A8;
	text-decoration: none;
}
a:visited {
	color: #3E76A8;
	text-decoration: none;
}
a:hover {
	color: #6a9dc8;
	text-decoration: none;
}
a:active {
	color: #3E76A8;
	text-decoration: none;
}
.titulo-txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 3e76a8;
}
.outline {
	border: 1px solid #999999;
}
.referencia {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 6a9dc8;
}

/* BARRA APOIOS */
.barra-apoios {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	width: 100%;
}
.barra-apoios a {
	margin: auto;
	display: block;
}
