/* Main Calculator Styles */
.cTimeValue INPUT, P, TD, OL, UL
{
	font-family: Arial, verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
	text-decoration: none;
}
.cTimeValue H2, Legend
{
	font-family: Arial, verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

/* Amortization Styles */
.cTimeValue .cAmortTable
 {
    border:solid black 2px;
    border-collapse: collapse;
}
.cTimeValue .cAmortTable td
 {
    text-align:right;
    font-family:Arial;
    font-size:9pt;
    padding:5px;
}
.cTimeValue .cAmortTitleFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.cTimeValue .cAmortHeader td
{
    text-align: center;
    background-color: white;
    font-weight: bold;
    font-size: 11pt;
    color: black ;
}
.cTimeValue .cAmortLineE td
 {
    background-color: ;
    color: black;
}
.cTimeValue .cAmortLineO td {
    background-color: ;
    color: black;
}
