body, td {
	color : #4A9FFF;
	background-color: White; /* NEW IN 1.5 */
	font-family : Helvetica, sans-serif;
	font-size: 10px;
	text-align: left; /* NEW IN 1.5 */
	font-weight: bolder;
	
}


A:link { text-decoration: none; Cursor:hand; color:black }
A:visited { text-decoration: none; color:black }
A:active { text-decoration: none; color:black }
A:hover { text-decoration:none; color:#4A9FFF}


td.upper {
	color : white;
	background : #99CCCC;
	font-family : Helvetica, sans-serif;
	font-size: 10px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
	font-family : Helvetica, sans-serif;
}

table.entries {
	color : Black;
	font-family : Helvetica, sans-serif;
	font-size: 10px;
	BORDER-RIGHT: #23559C 0px solid;
	BORDER-LEFT: #23559C 0px solid;
	BORDER-TOP: #23559C 0px solid;
	BORDER-BOTTOM: #23559C 0px solid;
	width: 77%;
}

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

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

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

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

input {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

hr {
	color: #B8CFE7;
	height: 1px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}

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

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

