
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}
h2 {
   font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font: medium;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font: small;
}
h4 {
	margin-top: .6em;
	margin-bottom: .6em;
	text-align: center;
	font: small;
	font-weight: bold;
	font-style: italic;
}
hr {
	azimuth: center;
	margin-left: 1em;
	margin-right: 1em;
	color: Black;
	min-height: 3px;
}
#const p {
	text-align: justify;
	font-size: inherit;
	text-indent: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
    width: 96%
}
#sig p {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
	text-indent: 0em;
}
#sig p.state {
	margin-top: 1em;
	font-weight: bold;
}
ol {
	margin-left: 3em;
	margin-right: 2em;
	list-style-type: decimal;
	list-style: ( );
}
ul {
	margin-left: 2em;
	margin-right: 1em;
	list-style-type: disc;
	padding-bottom: 3px;
}
img {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}

