body {
	font-size: 14px;
}

.header {
	text-align: center;
	background-color: #093773;
}

.footer p {
	margin: 3px;
	font-size: 0.9em;
	text-align: center;
}

.categoria-servico {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #5AADDC;
    font-weight: bold !important;
    margin-bottom: 4px;
}

.nome-servico {
    color: #525257 !important;
    text-decoration: none !important;
    font-size: 2em;
    line-height: 30px;
}

.descricao-servico {
	font-size: 1.125em;
}

.divTitulo {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	font-style: oblique;
}

.divCorpo {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 300px;
}

.divRodape {
	font-size: 10px;
	text-align: center;
	color: gray;
	background-color: GhostWhite;
	padding: 10px;
	clear: both;
}