.Stripe {
	background: #233279;
}
.TableWhiteOnColor{
	background: #5a7995;
	color: white;
	}
.BlackOnWhite{
	background: White;
	color: black;
}
.GrayBackground{
	background: #CBCAC9;
}
.TableBottomLinks{
	background: #5a7995;
}
.WhiteText {
	color: #ffffff;
}
.CenterText{
	text-align: center;
}
.OffWhiteBackground{
	background-color: #f5f5e4;
	text-align: left;
}
.WhiteBackground a:link {
	text-decoration: underline;
	color: #66CC99;
	}
.WhiteBackground{
	background-color: #ffffff;
}
.DarkBlueBackground{
	background: #233279;
	background-color: #55628e;
}
.DarkBlueBackground a:link {
	text-decoration: underline;
	color: White;
	}
.DarkBlueBackground a:visited {
	text-decoration: underline;
	color: White;
	}
.DarkBlueBackground a:hover {
	text-decoration: none;
	color: White;
	}
.DarkBlueBackground a:active {
	text-decoration: underline;
	color: White;
	}