/*Heading styles*/h1 {	font-size: 175%;	margin-top: 5px;}h2 {	font-size: 150%; }h3 {	font-size: 125%;}h4 {	font-size: 100%;}/*Divisions*/div.graphic{	text-align: center;}div.header {	text-align: center;	display: block;	margin-left: auto;	margin-right: auto;	border-bottom-style: solid;	border-bottom-width: 1px;	border-bottom-color: black;}div.display {	display: block;	margin-left: auto;	margin-right: auto;}div.footer{	border-top-style: solid;	border-top-width: 1px;	border-bottom-color: black:}/*Body styles*/body {	margin-left: 10px;	margin-right: 10px;	font-size: 12pt;	background: rgb(220, 220, 220);	color: black;	text-align: left;}/*Paragraph styles*/p.graphic {	text-align: center;}p.table {	text-align: center;}p.caption {	font-size: 75%;	font-family: Arial;	margin-bottom: 0px;}p.credit {	font-size: 75%;	font-family: Arial;}/*Image styles*/img {	border-style: none; 	vertical-align: middle;}img.graphic {	border-style: solid; 	border-width: 1px;}address {	font-style: normal; 	text-indent: 5%;}/*Anchor styles*/a {	text-decoration: none;}a:hover {	text-decoration: underline;}a.internal {	color: blue;}a.external {	color: maroon;}/*List styles*/ul.PDF {	list-style-image: url("PDF.png");}li.PDF {	list-style-image: url("PDF.png");}ul.Word {	list-style-image: url("Word.png");}li.Word {	list-style-image: url("Word.png");}ul.Facebook {	list-style-image: url("Facebook.png");}li.Facebook {	list-style-image: url("Facebook.png");}ul.Twitter {	list-style-image: url("Twitter.png");}li.Twitter {	list-style-image: url("Twitter.png");}li.bylaw {	margin-bottom: 10px;}ul.plain {	list-style-type: none;}/*Tables*/table {	border-style: solid; 	border-width: 1px; 	border-color: black;}td {	border-style: solid; 	border-width: 1px; 	border-color: black;}td.object {	text-align: center;}th {	font-weight: bold; 	background: silver; 	border-style: solid; 	border-width: 1px; 	border-color: black;}table.plain {	border-style: none;}td.plain {	border-style: none;}
