/*################### Invisibility Cloak ###################*/
#Navigation, #Footer, form, fieldset, legend, input, button, label, img, #GutenbergTour
{
 display: none;
}
p
{
 font-family: Georgia, Times, serif;
 font-size: 10pt;
 line-height: 1.5em;
 page-break-before: avoid;
 page-break-inside: avoid;
}
h1
{
 font-family: Georgia, Times, serif;
 font-size: 18pt;
 font-weight: bold;
 line-height: 18pt;
 page-break-before: auto;
 page-break-after: avoid;
}
h2
{
 font-family: Georgia, Times, serif;
 font-size: 14pt;
 font-weight: bold;
 page-break-before: auto;
 page-break-after: avoid;
}
.underH2
{
 margin-top: -1em; /*To tuck the p's under the h2's */
}
h3
{
 display: block;
 font-family: Georgia, Times, serif;
 font-size: 24pt;
 font-weight: bold;
 text-align: center;
 line-height: 24pt;
 color: #000000;
}
hr
{
 border-style: solid;
 border-color: #000000;
 width: 100%;
 margin-top: -0.9em; /* Tucked up under the H1's */
 page-break-before: avoid;
 page-break-after: avoid;
}
a
{
 text-decoration: none;
 color: #000000;
}
body
{
 background-color: #FFFFFF;
}
@page
{
	size: auto;
	margin: 0.5in;
}
#Page
{
 width: 100%;
 height: 100%;
 padding: 0.25in;
 margin: 0 auto;
}
.italic
{
 font-style: italic;
}
.bold
{
 font-weight: bold;
}
td
{
 padding-right: 1em;
}
#SPmap
{
	margin: 0 auto;
	width: 7in;
	height: 3.5in;
}
.pageBreak
{
	page-break-before: always;
}