@charset "utf-8";
/* CSS Document */

.bodyText {
	color: #000000;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
}
.noteText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clip: rect(0px,auto,0px,auto);
	text-align: left;
	color: #666666;
	line-height: 0px;
}
.horizontalLine {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #1F87C8;
	line-height: 0px;
}
.tableText {
	border-top: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-left: 3px solid;
}
