.linesTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.lines {
	border: 1px solid #000000;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	text-indent: 24px;
	margin: 5px;
	padding: 5px;
}

.linesLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.linesRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.linesBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

