/* Main Calculator Styles */
.cTimeValue INPUT, P, UL, .RADIO
{
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	line-height: 11px;
	text-decoration: none;
}
.cTimeValue H2, Legend
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 12px;
	font-style : bold;
}

/* Amortization Styles */
.cTimeValue .cAmortTable
 {
    border:solid black 2px;
    border-collapse: collapse;
}
.cTimeValue .cAmortTable td
 {
    text-align:right;
    font-family:Arial;
    font-size:11pt;
    padding:5px;
}
.cTimeValue .cAmortTitleFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    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;
}
