/* CSS Document */

.tblYellowTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	border: 1px solid #FFCC00;

}
.tblYellowTop TH {
	color: #333333;
	font-weight: bold;
	background-color: #FFCC00;
	text-align: left;
}
.tblYellowTop TD {
	border-bottom: 1px solid #FFF5CE;
	vertical-align: top;
}

.tblPerformance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	border: 1px solid #FFCC00;
	color: #000000;
}
.tblPerformance TH {
	color: #333333;
	font-weight: bold;
	background-color: #FFCC00;
	text-align: left;
}

.tblPerformanceGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	border: 1px solid #FFCC00;
	color: #999999;
}
.tblPerformanceGrey TH {
	color: #666666;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: left;
}
.tblPerformanceGrey A {
	color: #999999;
}

.tblProduction {
	font-family: Arial, Helvetica, sans-serif;
}
.tblProduction THEAD TH {
	font-size: 110%;
	color: #CC3333;
	font-weight: bold;
	text-align: left;

}
.tblProduction THEAD TD {
	font-size: 85%;
	color: #333333;
	font-weight: bold;

}
.tblProduction TH {
	font-size: 85%;
	color: #999999;
	text-align: left;
	font-weight: normal;
}
.tblProduction TD {
	font-size: 85%;
}
