body, td {
	color : #000000;
	background-color: #E2FAF3; /* NEW IN 1.5 */
	font-family : Verdana;
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #F6FAF1;
	background : #0CD562;
	font-family : Verdana;
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
}

table.entries {
	color : #000000;
	font-family : Verdana;
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
	width: 65%;
}

a {
	color : #3CADC4;
	text-decoration : none;
}

a:hover {
	color : #FFFF99;
	text-decoration : italic;
}

a.smaller {
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
	color : #3CADC4;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
	color : #FFFF99;
	text-decoration : italic;
}

input {
	font-size: 6pt;
	font-weight: bold;
    text-transform: uppercase;
	font-family: Verdana;
	color: #000000;
	background-color: #E2FAF3;
	border-width: 1px;
	border-color: #3CADC4;
	border-style: solid;
}

hr {
	color: #E2FAF3;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table.entries { 
   margin: 0 auto; 
   text-align: left; 
   margin-bottom: 15px; 
}
