body, td {
	color: #000;
	background-color: #fff;
/* NEW IN 1.5 */
	font-family: arial, non-serif;
	font-size: 11px;
	text-align: left;
/* NEW IN 1.5 */
}
td.upper {
	color: #fff;
	background: #000;
	font-family: arial, non-serif;
	font-size: 11px;
}
.smaller {
/* CHANGED IN 1.5 */
	font-size: 9px;
}
table.entries {
	color: #000;
	font-family: arial, non-serif;
	font-size: 11px;
	border: #000 1px solid;
}
a {
	color: #900;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #f00;
	font-size: 11px;
	text-decoration: none;
}
a.smaller {
	font-size: 9px;
	color: #900;
	text-decoration: none;
}
a.smaller:hover {
	font-size: 9px;
	color: #f00;
	text-decoration: none;
}
input {
	font-size: 11px;
	font-family: arial, non-serif;
	color: #000000;
	background-color: #FFFFFF;
}
hr {
	color: #999;
	height: 1px;
}
p {
	margin: 0 0 6px 0;
}
/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}