@CHARSET "ISO-8859-1";
TABLE {
	width: 100%;
	border-spacing: 5;
	padding: 3;
}
THEAD {
	font-weight: bold;
}
.right {
	text-align: right;
}
.small {
	text-align: right;
	font-size: x-small;
}
.small td {
        width: 80px;
}
.hl {
	font-weight: bold;
	text-align: left;
}
.left {
	text-align: left;
}
.text {
	font-size: x-small;
	padding-top: 5;
	padding-bottom: 5;
}
.head {
	font-weight: bold;
	color: rgb(169, 28, 47);
}
