		.mmtcFunding {
			font-size: 80%;
			clear:both;
		}
		.mmtcFunding .mmtcGraph {
			position: relative;
			top: 0px;
			left: 0px;
		}
		.mmtcFunding .mmtcPie, .mmtcFunding .mmtcLabels {
			height: 100%;
		}
		.mmtcFunding .mmtcPiece {
			width: 100%;
		}
		.mmtcFunding .mmtcPie {
			width: 50px;
			position: absolute;
			top: 0px;
			right: 10px;
		}
		.mmtcFunding .mmtcLabels, .mmtcFunding .mmmtcTotalContain {
			width: 100%;
			position: relative;
			top: 0px;
			left: 0px;
			z-index: 200;
		}
		.mmtcFunding .mmtcLabel {
			width: 100%;
			position: absolute;
		}
		.mmtcFunding .mmtcText, .mmtcFunding .mmtcDollars {
			position: absolute;
			margin-top: -10px;
		}
		.mmtcFunding .mmtcText, .mmtcFunding .mmtcTotalText {
			width: 70%;
			margin-right: 50px;
			height: 60px;
		}
		.mmtcFunding .mmtcDollars {
			margin-top: -8px;
			color:white;
		}
		.mmtcFunding .mmtcTotalDollars {
			position: absolute;
		}
		.mmtcFunding .mmtcDollars, .mmtcFunding .mmtcTotalDollars {
			right:15px;
			text-align: right;
			width: 50px;
			font-size: 95%;
		}
		.mmtcFunding .mmtcTotal {
			font-weight: bold;
			margin-top: 4px;
			text-align: right;
		}
		.mmtcFunding .mmtcTotalText, .mmtcFunding .mmtcTotalDollars {
			float: left;
		}
		.mmtcFunding .mmtcText {
			color:rgb(80,80,80);
			text-align: right;
		}
		.mmtcFunding h2, .mmtcFunding h3 {
			clear:both;
		}
		.mmtcNotes {
			margin-top:10px;
			font-size:80%;
			color:rgb(80,80,80);
		}