.pageHeader
{
	background-image: url("../_SupportFiles/GradientBlue180px.jpg");
	background-repeat: repeat-x;

}
.pageTitleCentered
{
	font-size: large;
	/*text-align: center;*/
	vertical-align: middle;
}
.blueRow {
	background-color: #a4d3fc;
}
.backgroundYellow {
	background-color: Yellow;
}
.backgroundRed {
	background-color: #c15645;
}
.backgroundOrange {
	background-color: #ffd187;
}
.backgroundGreen {
	background-color: #90dd42;
}
.backgroundLightGray {
	background-color: LightGray;
}
.backgroundLightYellow {
	background-color: #fcf7d1;
}
.backgroundLightBlue {
	background-color: #cce6fc;
}
.backgroundBlue {
	background-color: #a4d3fc;
}
.backgroundOffWhite {
	background-color: #fffce5;
}
.backgroundAlmond {
	background-color: BlanchedAlmond;
}
.indicatorCell {
	background-color: #fcf7d1;
	text-align: center;
	vertical-align: middle;
}
.floatLeft {
	float: left;
}
.textAlignRight {
	text-align: right;
}
.text18pt {
	font-size: 18pt;
	font-weight: bold;
}
.successorCell {
	background-color: #fcf7d1;
	font-size: large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.textMed {
	font-size: medium;
}
.textWhite {
	color: #fff;
}
.textWhiteLarge {
	color: White;
	font-size: large;
	font-weight: bold;
}
