﻿#financialCalculator
{
	font-family: Arial;
	font-size:70%;
	color:black;
}

#financialCalculator small
{
	font-size:95%;
}

#financialCalculator table
{
	width:auto;	
}

#financialCalculator th
{
}

#financialCalculator td
{
}

#financialCalculator th, 
#financialCalculator td
{
	background-color:transparent;
}

#financialCalculator tr#header th
{
	background-color:Navy;
	color:White;
	background-image:url(images/t_Blue.gif);
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
}

#financialCalculator tr#footer td
{
	background-color:transparent;
}
