body, td {
	color : #6E3D33;
	background-color: #D1C3B1; /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #D1C3B1;
	background : #6E3D33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 12px;
}

table.entries {
	color : 6E3D33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	BORDER-RIGHT: #6E3D33 2px solid;
	BORDER-LEFT: #6E3D33 2px solid;
	BORDER-TOP: #6E3D33 2px solid;
	BORDER-BOTTOM: #6E3D33 2px solid;
}

a {
	color : #6E3D33;
	text-decoration : underline;
}

a:hover {
	color : #990000;
	text-decoration : none;
}

a.smaller {
	font-size: 12px;
	color : #6E3D33;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 12px;
	color : #990000;
	text-decoration : none;
}

input {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:##6E3D33;
	background-color:#D1C3B1;
}

hr {
	color: #BA907C;
	height: 2px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

