/* CSS Document */

.hidden {
	display: none;

}

.clear {
	clear: both;
}

.highlight {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.endnote { font-size: 9px;}

.blue { color: #411485; }

hr { border-top: solid 2px #9966CC; }