﻿
.BondExpiringSoon {
	background-color: wheat;
	color: orangered;
}

.BondExpired {
	background-color: wheat;
	color: darkred;
	font-weight: bold;
}

.HasNoAimAccount {
	font-style: italic;
}

.PersonIsDeleted {
	color: grey;
}

.HasNoAimAccount {
	color:indianred;
}
.HasNoAimAccount button {
	font-style: normal;
}
