/*Main content area*/
.cTimeValue, .cTimeValue INPUT, .cTimeValue P, .cTimeValue UL, .cTimeValue FIELDSET, .cTimeValue Title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#353535;
	text-align:left;
}
.cTimeValue H2, .cTimeValue H3
{
	color:#a51111;
	font-weight:bold;
	font-size:12px;
}
.cTimeValue #COMPUTE
{
	color: #444444;
	font-family: 'verdana' , 'arial' , 'helvetica';
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}

/*Amortization Table*/
.cTimeValue .cAmortTitleFont
{
	font-weight: bold;
}

.cTimeValue .cAmortTable TD
{
	padding: 5px;
	font-size: 9pt;
	font-family: Arial;
	text-align: right;
}
.cTimeValue .cAmortHeader TD
{
	border-top: #dedfef 1px solid;
	border-bottom: #dedfef 2px solid;
	font-weight: bold;
	background-color: #faf4e8;
	text-align: center;
}
.cTimeValue .cAmortLineE TD
{
	background-color: #eff0f7;
}
.cTimeValue .cAmortLineTotals TD
{
	font-weight: bold;
	color: black;
	border-top: double 3px black;
}
