body {
	font-family: Arial, sans-serif;
	margin:	0;
}
.header {
	margin-top: 5px;
	width:80%;
	background-image: url(imagens/logo.png);
	background-repeat: no-repeat;
	background-position: left top, right top;
	min-height:	90px;
	border-bottom: 5px solid #1853ba;
}
.titulo {
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 10pt;
	width: 35%;
}
table.links{
	margin-top:20pt;
	width: 80%;
	border-collapse: collapse;
}
table.links td {
	border-bottom: 1px solid #ddd;
	padding: 5pt;
}
table.links tr:hover {
	background-color: #f5f5f5;
}
table.links td.subtitle{
	font-weight: bold;
}
table.links td.pop{
	font-size: 10pt;
}
