body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #112083;
}	

h1 {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-size: small;
	margin-top: 1em;
}

h2 {
	font-weight: bold;
	font-size: small;
}

ul li, ol li {
	margin-bottom: .5em;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #112083;
	font-weight: bold;
}

.mbt {
	font-family: Arial, Helvetica, sans-serif;
	color: #112083;
	font-weight: normal;
}
.mbtIndent {
	font-family: Arial, Helvetica, sans-serif;
	color: #112083;
	font-weight: normal;
	text-indent: 2cm;
}
.mbtJustified {
	font-family: Arial, Helvetica, sans-serif;
	color: #112083;
	font-weight: normal;
	text-align: justify;
}

