body{
	font-family: verdana, arial, sans-serif ;
	font-size: 10pt;
	line-height: 1.2;
    background-image: url('images/background.png')
}

h1 {
	text-align: center;
	font-size: 15pt;
}

h2 {
	text-indent: 40px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 20px;
	border-bottom: thin solid rgb(0,0,0);
}

p {
	/*text-indent: 20px;*/
	font-size: 10pt;
	text-align: justify;
}

li{
	line-height: 1.5;
}

.Document{
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 20px;
	border: thin solid rgb(0,0,0);
    background-color: #FFFFFF;
}

.footnote {
	margin-top: 80px;
	text-align: center;
}