.ForecastHeader, .ForecastFooter
{
	background-color: blue;
	color: white;
	text-align: center;
}

.ForecastHeader
{
	font: 18pt Arial;
	height: 40px;
}


.ForecastFooter
{
	font: 10pt Arial;
	height: 60px;
	text-decoration: none;
}


.Forecast0, .Forecast1
{
	font: 10pt Arial;
	color: black;
	text-align: center;
	width: 100px;
}

.Forecast0
{
	background-color: white;
}

.Forecast1
{
	background-color: lightgrey;
}