.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: none;
  font-weight: none;
  color: #CCCCCC;
  text-decoration: none;
}

.text_large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: none;
  font-weight: none;
  color: #CCCCCC;
  text-decoration: none;
}

body, td {
	color : #FFFFFF;
	background-color: #323232; /* 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 : #555555;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.smaller {/* CHANGED IN 1.5 */
	color : #C0C0C0;
	font-size: 10px;
}

table.entries {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #323232 1px solid;
	BORDER-LEFT: #323232 1px solid;
	BORDER-TOP: #323232 1px solid;
	BORDER-BOTTOM: #323232 1px solid;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #C0C0C0;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : #FFFFFF;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#C0C0C0;
}

hr {
	color: #C0C0C0;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

