/* Main Calculator Styles */

.cTimeValue INPUT, OL, UL

{

	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: black;

	line-height: 11px;

	text-decoration: none;

}

.cTimeValue Legend

{

	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;

	color: red;

	font-size: 12px;

	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: #336666;

    FONT-STYLE: normal;

    FONT-FAMILY: Arial, Helvetica, sans-serif

}

.cTimeValue .cAmortHeader td

{

    text-align: center;

    background-color: #EEEEEE;

    font-weight: bold;

    font-size: 11pt;

    color: black ;

}

.cTimeValue .cAmortLineE td

 {

    background-color: ;

    color:#999999;

}

.cTimeValue .cAmortLineO td {

    background-color: ;

    color: #CCCCCC;

}

