body {
	color: black;
	background: white;
}
a:link {
	color: blue;
}
a:visited {
	color: red;
}
a:active {
	color: red;
}
td.title {
	background: #FFFFDD;
}
td.body {
	background: #FFFFEE;
}
h1 {
	border-style: solid;
	border-bottom-width: medium;
	padding-bottom: 4pt;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}
h1.sub {
	font-size: 14pt;
	border-bottom-width: 0;
}
h2 {
	padding-top: 4pt;
	font-weight: bold;
	font-size: 14pt;
	margin-left: 0;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
	margin-left: 2em;
}
h2.intable {
	font-weight: bold;
	font-size: 14pt;
	margin-left: 0;
	text-align: center;
}
h3.intable {
	font-weight: bold;
	font-size: 12pt;
	margin-left: 0;
	text-align: center;
	color: brown;
}
h4.intable {
	font-weight: bold;
	font-size: 10pt;
	margin-left: 0;
	text-align: center;
	color: brown;
}
p.normal {
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	text-indent: 1em;
	margin-top: 6pt;
	margin-bottom: 0;
}
p.intable {
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	text-indent: 1em;
	margin-top: 6pt;
	margin-bottom: 0;
	text-align: center;
}
p.subcopy {
	font-weight: normal;
	font-size: 10pt;
	line-height: 15pt;
	text-indent: 1em;
	margin-top: 10pt;
	margin-bottom: 0;
	text-align: center;
}
p.descri {
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	text-indent: 1em;
	margin-top: 12pt;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
}
p.footer {
	font-weight: normal;
	font-size: 10pt;
	line-height: 15pt;
	text-indent: 1em;
	margin-top: 10pt;
	margin-bottom: 0;
}
p.accentimage {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-weight: italic;
}
em.address {
	font-weight: italic;
	font-size: 12pt;
	line-height: 18pt;
	margin-top: 10pt;
	margin-bottom: 0;
}
ul {
	font-weight: normal;
	/* margin-left: 2em; */
	font-size: 12pt;
	line-height: 18pt;
	/* margin-top: 10pt; */
	/* margin-bottom: 0; */
}
ol {
	font-weight: normal;
	/* margin-left: 2em; */
	font-size: 12pt;
	line-height: 18pt;
	/* margin-top: 10pt; */
	/* margin-bottom: 0; */
}

