body { color: #FFFFFF; background: #902010; }
a:link { color: #00FF88; }
a:visited { color: #00FFFF; }
a:active { color: $00FFFF; }
span.no-disp {
	display: none;
}
h1 {
	font-weight: bold;
	font-size: 20pt;
}
h1.title {
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 14pt;
}
h2.title {
	margin-top: 10pt;
	text-align: center;
}
h3 {
	margin-top: 10pt;
	margin-left: 20pt;
	font-weight: bold;
	font-size: 12pt;
}
h4 {
	margin-left: 25pt;
	font-weight: bold;
	font-size: 10pt;
}
p {
	font-size: 12pt;
	line-height: 15pt;
	margin-left: 40pt;
}
p.copy {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align: center;
}
h3.intable {
	margin-left: 0;
	margin-bottom: 5pt;
}
p.intable {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
ul {
	font-size: 12pt;
	line-height: 15pt;
	margin-left: 40pt;
}
p.footer {
	font-size: 10pt;
	line-height: 15pt;
}
strong {
	font-weight: bold;
}

