@charset "utf-8";

/********** MAIN BODY **********/

.structure #bodyTableOne div {
	padding: 0 0 10px 0;
}
.structure #bodyTableOne table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne table tr td p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.structure #bodyTableTwo div {
	padding: 0 0 10px 0;
}
.structure #bodyTableTwo table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #bodyTableTwo table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #bodyTableTwo table tr td p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/********** PGS SIDEBAR **********/

.structure #sidebarTableOne div {
	padding: 0 0 10px 0;
}
.structure #sidebarTableOne table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableOne table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableOne table tr td #pgsSignatures {
	margin-top: 0;
}
.structure #sidebarTableOne table tr td #pgsSignatures p {
	margin: 0;
	font-style: italic;
	text-align: right;
}
.structure #sidebarTableTwo div {
	padding: 0 0 10px 0;
}
.structure #sidebarTableTwo table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableTwo table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableTwo table tr td #pgsCaption {
	margin: 0;
	padding-bottom: 0;
}
.structure #sidebarTableTwo table tr td #pgsCaption p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}


