.listHeader {
	border-top: solid 2px #7d94ab;
	background-color: #bcccdb;
	color: #5D2B17;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listCell {
}

.listCell1 {
	vertical-align:top;
	border-top: solid 1px #7d94ab;
	font-size: 11px;
}

.listCell2 {
	vertical-align:top;
	border-top: solid 1px #7d94ab;
	background-color: #eeeeee;
	font-size: 11px;
}

.listFooter {
	background-color: #bcccdb;
	color: #5D2B17;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #7d94ab;
	border-top: solid 1px #7d94ab;
}

.listFooterContent {
	font-size: 11px;
	background-color: #bcccdb;
	color: #5D2B17;
	font-weight: bold;
}

.listLink {
	color:black;
	font-size: 11px;
	text-decoration:underline;
}

.listLink:hover {
	color:black;
	text-decoration:underline overline;
}

.detailDescription {
	font-weight: bold;
}

.stepBar {
	border-top: solid 2px #7d94ab;
	border-bottom: solid 2px #7d94ab;
	background-color: #bcccdb;
	color: #5D2B17;
	padding: 5px;
}
