BODY {background: #C0C0C0}

a.standard:link {text-decoration: none; color: #990033}
a.standard:hover {text-decoration: underline; color: #990033}
a.standard:visited {text-decoration: none; color: #555555}

a.underline:link {text-decoration: underline; color: #990033}
a.underline:hover {text-decoration: underline; color: #555555}
a.underline:visited {text-decoration: underline; color: #555555}

font.body {font-size: 12px; font-family: Arial}
font.red {font-size: 12px; font-family: Arial; color: #990033}
font.red2 {font-size: 10px; font-family: Arial; color: #990033}
font.black {font-size: 10px; font-family: Arial; color: #000000}

font.grey {font-size: 10px; font-family: Arial; color: #838383}


/*Main content area*/
.cTimeValue, .cTimeValue INPUT, .cTimeValue P, .cTimeValue UL, .cTimeValue FIELDSET
{
	font-family:' arial' , 'verdana' , 'helvetica';
	font-size: 10pt;
}
.cTimeValue H2, .cTimeValue H3
{
	font-family:' arial' , 'verdana' , 'helvetica';
	font-size: 12pt;
}
.cTimeValue #COMPUTE
{
	color: #444444;
	font-family:' arial' , 'verdana' , 'helvetica';
	font-size: 10pt;
	font-weight: bold;
}

/*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: #eeeeee;
	text-align: center;
}
.cTimeValue .cAmortLineE TD
{
	background-color: #F7F7F8;
}
.cTimeValue .cAmortLineTotals TD
{
	font-weight: bold;
	color: black;
	border-top: double 3px black;
}
