body,html {
	margin: 0;
	padding: 0;
	height: 100%;
}
.sans {
	font-family: sans-serif;
}
#header {
	min-height: 40px;
	padding: 5px 20px 5px 20px;
	background-color: #005DAF;
	color: white;
	font-family: sans-serif;
	line-height: 40px;
	margin-bottom: 20px;
}
#header a {
	color: inherit;
}
#header div.left {
	width: 100px;
	float: left;
}
#header div.right {
	width: 100px;
	float: right;
}
#header div.center {
	text-align: center;
	display: inline-block;
	width: calc(100% - 201px);
}
footer {
	height: 40px;
	padding: 5px 20px;
	font-family: sans-serif;
	line-height: 40px;
	margin: 100px 0px 0px 0px;
	text-align: center;
	border-top: 1px solid black;
}

#content {
	font-size: 14px;
	max-width: 70em;
	margin: 0 auto;
	text-align: justify;
	min-height: calc(100% - 221px);
}
#content h1 {
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 24px;
}
#content h2 {
	font-family: sans-serif;
	font-size: 20px;
}
#content h3 {
	font-family: sans-serif;
	font-size: 16px;
}
#content table {
	font-family: sans-serif;
	font-size: 14px
}

p.reg {
	margin: 14px 20px;
}
ol.datapriv {
	list-style: none;
	padding-left: 20px;
}
ol.datapriv > li {
	margin: 16px 0;
}
ol.datapriv > li > p {
	margin: 10px 5px;
}
ol.datapriv ul {
	margin: 10px 0;
}
