
body, td {
	color : Black;
	background-color: #F2EEDD;
	background: #F2EEDD;
	font-family : Arial,sans-serif;
	font-size: 13px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #000000;
	background : #B8DDAE;
	font-family : Arial,sans-serif;
	font-size: 13px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
	color : #000000;

}

table.entries {
	color : Black;
	background : #B8DDAE;
	font-family : Arial,sans-serif;
	font-size: 13px;

}

a {
	color : #000000;
    font-size: 14px;
	text-decoration : none;
}

a:hover {
	color : 110077;
    font-size: 14px;
	text-decoration : underline;
}

a.smaller {
	font-size: 10px;
	color : #000000;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : #000000;
	text-decoration : none;
}

input {
	font-size: 14px;
	font-family: Arial,sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

hr {
	color: #B8CFE7;
	height: 1px;
}


div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto;
	text-align: left;
}
