/*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;
}/*Body styles*/body {
	margin-left: 10px;
	margin-right: 10px;	font-family: Trebuchet MS;
	font-size: 10pt;	background: #e8d5cb;
	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;}/*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");}

li.bylaw {
	margin-bottom: 10px;
}

ul.plain {
	list-style-type: none;
}

/*Tables*/table {	border-style: solid; 	border-width: 1px; 	border-color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;}td {	border-style: solid; 	border-width: 1px; 	border-color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;}
td.object {	text-align: center;}th {	font-weight: bold; 	background: silver; 	border-style: solid; 	border-width: 1px; 	border-color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;}
