body {
background-color: transparent;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #ADBF75;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #ADBF75;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #D0DBAF;
scrollbar-arrow-color: #FFFFFF }

body, td {
	color : Black;
	font-family : Tahoma;
	font-size: 11px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFFF;
	background : #D0DBAF;
	font-family : Tahoma;
	font-size: 11px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries {
	color : Black;
	font-family : Tahoma;
	font-size: 11px;
	BORDER-RIGHT: #D0DBAF 1px solid;
	BORDER-LEFT: #D0DBAF 1px solid;
	BORDER-TOP: #D0DBAF 1px solid;
	BORDER-BOTTOM: #D0DBAF 1px solid;
}

a {
	color : #ADBF75;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #ADBF75;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Tahoma;
	color:#000000;
	background-color:#FFFFFF;
}

hr {
	color: #D2DCB4;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}
