.ver-todos {
	font-family: Calibri;
	font-size: 10px;
	color: #556f66;
	text-decoration: none;
}

.titulo-home {
	font-family: Calibri;
	font-size: 16px;
	color: #556f66;
	text-decoration: none;
	font-weight: bold;
}

.form-contato {
	font-family: Calibri;
	font-size: 14px;
	color: #00887c;
	text-decoration: none;
	font-weight: bold;
}

.titulo-home-black {
	font-family: Calibri;
	font-size: 16px;
	color: #2a2a2a;
	text-decoration: none;
	font-weight: bold;
}

.data-home {
	font-family: Calibri;
	font-size: 24px;
	color: #556f66;
	text-decoration: none;
	font-weight: none;
}

.txt-home-branco {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: none;
}

.txt-demonstrativo-branco-bold {
	font-family: Calibri;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.txt-link-demonstrativo {
	font-family: Calibri;
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	font-weight: none;
}

.txt-comunicado {
	font-family: Calibri;
	font-size: 12px;
	color: #606060;
	text-decoration: none;
	font-weight: none;
	text-align: justify;
}

.menu-destaque {
	font-family: Calibri;
	font-size: 14px;
	color: #060c1a;
	text-decoration: none;
	font-weight: bold;
	text-align: none;
}

.txt-home-endereco {
	font-family: Calibri;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: none;
}

.copyrigth {
	font-family: Calibri;
	font-size: 11px;
	color: #4e4e4e;
	text-decoration: none;
	font-weight: none;
}

#paginacao {
	width:890px;
	margin:25px 0 15px 0;
	text-align:center;
}

#paginacao a {
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	background: #00887c;
	margin:0 1px 0 1px;
	padding:6px 8px 6px 8px;
	text-decoration:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer;
	text-shadow:1px 1px 1px #00ab4f;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#paginacao a:hover {
	color:#FFF;
	background:#80d4b0;
}

#paginacao a:active {
	color:#FFF;
	background:#00ab4f;
}

#paginacao span a {
	color:#000;
	background:#00887c;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer;
	text-shadow:none;
}