table {
	margin-right: 25px;
	margin-left: 25px;
	width: 530px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.leftTop {
	background-image: url(../images/menu_underlay.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #042E68;
	text-align: left;
	padding: 5px;
	margin: 0px;
}
.pale {
	background-color: #E6EAED;
}
td {
	margin: 0px;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}


tr.alt td {
	background-color: #DDE0E2; color: black;
}
