﻿/* CSS layout */
th {
	text-align: center;
}
.li-a {
	list-style-type: lower-alpha;
}
.li-i {
	list-style-type: lower-roman;
}
.li-I {
	list-style-type: upper-roman;
}
.li-A {
	list-style-type: upper-alpha;
}
.center {
	border-width: 0px;
	text-align: center;
}
.image-left {
	vertical-align: middle;
	border-width: 0;
	padding-right: 5px;
}
.footertext-center {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #800000;
	text-align: center;
}
.ul-sq {
	list-style-type: square;
}
