.beta {
	display:none; 
}
.Expert {
	display:none; 
	font-family:"Comic Sans MS", cursive; 
}
.MineShock {
	display:none;
}


.Operator {
	font-size:16pt;
	font-weight:bold;
}

.Component {
	font-size:16pt;
	text-align:right;
}

.Subtotal {
	font-weight:bold;
	font-size:20pt;
}

.Costs {
	color:salmon;
}

.DelayCosts {
	color:fuchsia;
}

.NA {
	text-align:center;
}

.Negative {
	color:red;
}

.Revenues {
	color:green;
}

.ExtendedCost {
	display:none;
}

#ResultsDiv {
	display:none;
}

#ShortfallTable {
	font-size:14pt;
}
#ShortfallTable td {
	padding-left:5px;
	padding-right:10px;
}
