body { font: x-small Arial; color: #333333 }
td { font: x-small Arial; color: #333333 }
.RequiredText
{
	font-weight: bold;
	color:Red;
	font-size: larger;
}

td.OneDay
{
	color: white;
	background-color: #f58a81;
}

td.TwoDays
{
	background-color: #ffffcc;
}

td.ThreeDays
{
	background-color: #d2dff4;
}

td.FourToSixDays
{
	background-color: #f3d7b1;
}

td.SevenPlusDays
{
	color: white;
	background-color: #333333;
}

/* Plus X Days Legend */
td.Plus180Days
{
	color: white;
	background-color: #C000FF;
}

td.Plus150Days
{
	color: white;
	background-color: #8000FF;
}

td.Plus120Days
{
	color: white;
	background-color: #0000FF;
}

td.Plus90Days
{
	color: white;
	background-color: #0080FF;
}

td.Plus75Days
{
	background-color: #00C0FF;
}

td.Plus60Days
{
	background-color: #00FFFF;
}

td.Plus45Days
{
	background-color: #00FF00;
}

td.Plus30Days
{
	background-color: #C0FF00;
}

td.Plus28Days
{
	background-color: #FFFF00;
}

td.Plus21Days
{
	background-color: #FFC000;
}

td.Plus14Days
{
	background-color: #FF8000;
}

td.Plus7Days
{
	background-color: #FF0000;
}