body, td {
	color : Black;
	background-color: White; /* NEW IN 1.5 */
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11pt;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFCC;
	background : #663300;
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11pt;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10pt;
}

table.entries {
	width: 60%;
	color : Black;
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11pt;
	border: #663300 1px solid;
	background-color: #FFFFCC;
}

a {
	color : #000000;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : underline;
}

a.smaller {
	font-size: 10pt;
	color : #000000;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10pt;
	color : #000000;
	text-decoration : underline;
}

input {
	font-size: 11pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#000000;
	background-color:#FFFFCC;
}

hr {
	color: #663300;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}
