@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 #captionText {
	text-align: center;
	font-size; 8px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne h2 {
	font-size: 24px;
}


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

.structure #sidebarRight h2 {
	font-size: 32px;
}


