.CalcPanel
{
	border-top:solid 5px #8b0000;
	padding-top:10px;
	border-bottom:solid 2px #8b0000;
	padding-bottom:10px;
	margin-bottom:10px;
}
.Calc
{
	width:100%;
	margin-bottom:10px;
}
.CalcResults
{
	width:100%;
}
.CalcRow1
{
	background:white;
}
.CalcRow2
{
	background:#f3f3f3;
}
.CalcCol1
{
	width:140px;
	white-space: nowrap;
}
.CalcCol2
{
	width:15px;
	text-align:right;
}
.CalcResultCol1
{
	width:155px;
	white-space: nowrap;
}
.CalcResultCol2
{
	width:110px;
	text-align:right;
}
.CalcSmallLabel
{
	font-variant:small-caps;
	font-size:8pt;
}
.CalcSmallLink, .CalcSmallLink a
{
	font-size:8pt;
}
.CalcWarning
{
	color: red;
	margin-bottom:10px;
	padding-bottom:5px;
}
.CalcPremium
{
	color:Red;
}

