body {
	margin: 10px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
        margin: 0;
        padding: 0;
	text-align: justify;
}

ul {
    list-style-type: none;
	padding: 0;
}

a {
	font-weight: normal;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 28pt;
	margin-bottom: 5px;
	line-height: 40px;
}

h2 {
	font-size: 17pt;
}

.header {
	border-bottom: 40px solid #005DA8;
}

.body {
	background-color: #EBECEA;
	height: 100%;
}

.footer {
	background: #005DA8;
	color: white;
	text-align: center;
	font-size: 8pt;
	padding: 5px;
}

.footer a {
	color: white;
}

.footer p {
	line-height: 15px;
	text-align: center;
}

.content {
	width: 1100px;
    margin: 0 auto;
	padding-bottom: 30px;
}

.imagem {
	float: left;
	margin-top: 25px;
	margin-right: 25px;
}

.aviso {
	float: left;
	width: 500px;
	margin: 25px 25px 0px 0px;
}

.imagem > img {
	width: 520px;
	height: auto;
	display: block;
}
.aviso > .titulo, 
.aviso > .sub-titulo, 
.links  .titulo {
	font-weight: normal;
	color: #143C67;
}

.aviso .mensagem {
	margin-top: 30px;
	margin-bottom: 25px;
}

.aviso > .mensagem > p {
	font-size: 12pt;
}

.links .titulo {
	font-size: 14pt;
}

.links .mensagem {
	font-size: 13pt;
	padding-bottom:	0px;
	margin-top:	5px;
	margin-bottom: 14px;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}
