#contentcalc {
text-align:left;
margin:25px 0 0 0;
width:520px;
padding:0;
}

#contentcalc p {
color: #414242;
padding: 1px;
font-weight: normal;
margin: 0 0 12px 0;
text-align: left;
}

#contentcalc ul {
color: #414242;
padding: 1px;
font-weight: normal;
margin: 0 0 12px 0;
text-align: left;
}

#contentcalc li {
margin: 0 0 3px 25px;
list-style: none;
line-height: 1.3;
}

#contentcalc a {
color: #0851B4;
}

#contentcalc a:hover { 
color: #05316C;
}

.cTimeValue, .cTimeValue INPUT, .cTimeValue P, .cTimeValue UL, .cTimeValue FIELDSET
{
	font-family: 'verdana' , 'arial' , 'helvetica';
	font-size: 12px;
}
.cTimeValue H2, .cTimeValue H3
{
	font-size: 12px;
}
.cTimeValue #COMPUTE
{
	color: #444444;
	font-family: 'verdana' , 'arial' , 'helvetica';
	font-size: 10pt;
	font-weight: bold;
}

/*Amortization Table*/
.cTimeValue .cAmortTitleFont
{
	font-weight: bold;
}
.cTimeValue .cAmortTable TD
{
	padding: 4px;
	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: #eeeeee;
	text-align: center;
}
.cTimeValue .cAmortLineE TD
{
	background-color: #F7F7F8;
}
.cTimeValue .cAmortLineTotals TD
{
	font-weight: bold;
	color: black;
	border-top: double 3px black;
}