body, td  { color: black; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: white; background-image: url(bkgr.gif); text-align: left }

td.upper  { color: #ffffff; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #23559c url(bkgr.gif) }

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

table.entries  { color: black; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border: solid 1px #23559c }

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

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

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

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

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

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

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