body {
	color: black;
	background-color:
	white; margin: 0;
	padding: 0;
} 
.top {
	color: black;
	background: #EBE9ED;
	margin: 0;
	padding: 0;
	text-align: center;
}
.logo {
	color: #383875;
	font-size: 1.5em;
}
a {
	color: #383875;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
.highlight {
	color: #383875;
	background-color: transparent;
}
table {
	background-color: white;
	border-style: None;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}
tr {
	text-align: left;
}
tr.hdr {
	color: white;
	font-size: 1.25em;
	font-style: italic;
	background-color: #7583FB;
	border-color: white
}
tr.lt {
	background-color: #EBE9ED;
	border-color: rgb(243,242,235)
}
tr.dk {
	background-color: #E0E0F0;
	border-color: #EBE9ED
}
td {
	border-style: none
}
.iconclass IMG {
	margin-top : 6px;
	margin-bottom : 6px;
	border-bottom : 3px solid #424242;
	border-right : 3px solid #424;
}