.ApplesChartNote {
	font-size: smaller;
	font-style: italic;
	color: #0033FF;
}
.boldtext {
	font-weight: bold;
}
.highlight{
	color: #000000;
	background-color: #FFFF99;
}
.italic {
	font-style: italic;
}
.noprint {
	}
.pagebreak{
	page-break-before: always;
	display: block;
}
.preformatted {
	font-family : monospace;
	white-space: pre;
}
.printonly {
	display: none;
}
.seealso{
	font-size: smaller;
}

.smallertext{
	font-size: smaller;
}

.whitetext {
	color: #FFFFFF;
}

.whiteonblackbar {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
	clear: both;
	width: 98%;
	font-weight: bold;
	padding: 3px;
}

