﻿.Table 
{
	float:left;
	padding:10px;
	margin-top: 10px;
}

.Row {
    float:left;
    width: 100%;
}

.Cell {
	float:left;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.Cell_Results {
    width:48%;
    padding-bottom:7px;
}
.Cell_Results_Value {
    font-weight:bold;
}
.Cell_Border {border-bottom: solid 1px silver;}

.Heading 
{
	
}

.SubHeading
{
    font-size:18px;
    color:#777777;
    border-bottom: solid 1px #999999;
}

.Mortgage_InputL { width:90px; }
.Refinance_InputL { width:150px; }
.SavingsSingle_InputL { width:110px; }