/* CSS Document */
h3
{
font-size:14px;
color:#B6B74D;
}

/* Main Calculator Styles */
.cTimeValue INPUT, .cTimeValue P, .cTimeValue TD, .cTimeValue OL, .cTimeValue UL
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 1.9ems;
	font-weight:normal;
	text-decoration: none;
}
.cTimeValue H2, .cTimeValue Legend
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999900;
	font-size: 11px;
	
}

/* Amortization Styles */
.cTimeValue .cAmortTable
{
	border: solid black 1px;
	border-collapse: collapse;
}
.cTimeValue .cAmortTable td
{
	text-align: right;
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
}
.cTimeValue .cAmortTitleFont
{
	font-weight: normal;
	font-size: 10pt;
	color: #336666;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.cTimeValue .cAmortHeader td
{
	text-align: center;
	background-color: #EEEEEE;
	
	font-size: 11pt;
	color: black;
}
.cTimeValue .cAmortLineE td
{
	color: #999999;
}
.cTimeValue .cAmortLineO td
{
	color: #CCCCCC;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
