.text {
	position: absolute;
	text-align: left;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}
.tl {
	width: 270px;
	top: 0px;
	left: 10px;
}
.tr {
	width: 350px;
	top: 0px;
	right: 10px;
}
.bl {
	width: 350px;
	top: 275px;
	left: 10px;
}
.br {
	top: 540px;
	right: 10px;
}
.title, .subtitle {
	text-align: left;
}
.emph {
	color: #000;
	font-weight: bold;
}
.narrow {
	margin-top: -1em;
	width: 250px;
}
.wide {
	margin-top: -1em;
}
