BODY {
	color: black;
	background: #CCCCFF;
}
A:link { color: blue; }
A:visited { color: red; }
A:active { color: red; }
H1 {
	text-align: center;
}
P {
	font-size: 12pt;
	line-height: 18pt;
	margin-left: 10pt;
	margin-right: 10pt;
	text-indent: 1em;
}
P.noindent {
	text-indent: 0em;
}
P.caption {
	font-weight: bold;
	text-align: center;
	text-indent: 0em;
}
P.note {
	font-size: 10pt;
	line-height: 15pt;
}
UL, OL, DL {
	font-size: 12pt;
	line-height: 18pt;
}
DT {
	font-size: 12pt;
}
DD {
	font-size: 12pt;
}
