form {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

td.upper {
	background : #333;
	color: #F2F2F2;
}

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

table.entries {
	BORDER-RIGHT: #333 1px solid;
	BORDER-LEFT: #333 1px solid;
	BORDER-TOP: #333 1px solid;
	BORDER-BOTTOM: #333 1px solid;
}

a.smaller {
	font-size: 10px;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	text-decoration : none;
}

input {
	background-color: #FFF;
}

hr {
	color: #B8CFE7;
	height: 1px;
}

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

div.centered table {
	width: 100%;
	text-align: left;
}
