<style>

<!--
	
	table.InvestmentCalculator
	{
		width:			600px;
		
		border: 		1px solid #CCCCCC;
	}
	
	td.TypeCell
	{
		width:			200px;
		height:			50px;
		padding:		5px;
		color:			black;
		font:			8pt Verdana;
		font-weight:	bold;
	}
	
	td.Default
	{
		width:			50px;
		height:			50px;
		background:		white;
		padding:		10px;
		border:			1px solid #CCCCCC;
	}

	td.Color
	{
		width:			50px;
		height:			50px;
		background:		blue;
		padding:		10px;
		border:			1px solid #CCCCCC;
	}
	
	.InputBox
	{
		font-size: 8pt;
	}
	
-->

</style>
