BODY {
	background: gray;
	margin: 0.5in;
}
TH, TD, P, CENTER, LI {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1;
	font-family: courier, monospace;
}
STRONG {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
EM {
	font-style: normal;
	text-decoration: underline;
}
LI {
	list-style: disc;
}
H1, H2, H3, H4, H5, H6 {
	font-style: normal ! important;
	font-weight: bolder ! important;
	line-height: 1 ! important;
	font-family: courier, monospace;
	text-decoration: underline ! important;
}
H1 {
	font-size: 200% ! important;
}
H2 {
	font-size: 180% ! important;
}
H3 {
	font-size: 160% ! important;
}
H4 {
	font-size: 140% ! important;
}
H5 {
	font-size: 120% ! important;
}
H6 {
	font-size: 100% ! important;
}
A:link {
	color: #0000FF;
	background-color: transparent;
}
A:active {
	color: #00FF00;
	background-color: black;
}
A:visited {
	color: #800000;
}
.note {
	font-weight: normal;
	font-size: 10pt;
	line-height: 1;
	font-family: helvetica, sans-serif;

.gray {
	background: gray;
}
.portrait {
	display: block;
	position: static;
	right: 8.5in;
	width: 8.5in;
	min-width: 8.5in;
	max-width: 8.5in;
	min-height: 11in;
}
.landscape {
	display: block;
	position: static;
	right: 11in;
	width: 11in;
	min-width: 11in;
	max-width: 11in;
	min-height: 8.5in;
}
