body, td {
	color : #7B773F;
	background-color: #EBE588; /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFFF;
	background : #7B773F;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

table.entries {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #D1CB74 1px solid;
	BORDER-LEFT: #D1CB74 1px solid;
	BORDER-TOP: #D1CB74 1px solid;
	BORDER-BOTTOM: #D1CB74 1px solid;
}

a {
	color : #7B773F;
	font-weight : bold;
	text-decoration : none;

}

a:hover {
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

a.smaller {
	font-size: 10px;
	color : #7B773F;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : #000000;
	text-decoration : overline;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#7B773F;
	background-color:#EBE588;
}

hr {
	color: #7B773F;
	height: 1px;
}

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

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

