<style>

<!--

	table.budget
	{
		width:			100%;
		background:		white;
	}
	
	
	table.budget1
	{
		width:			50%;
		border:			1px solid #B4CDCD;
		background:		white;
	}
	
	td.budget1
	{
		text-align:		left;
		font-size: 		8pt;
		font-family: 	verdana;
	}
	

	td.budget
	{
		width:			33%;
		text-align:		center;
		font-size: 		8pt;
		font-family: 	verdana;
	}
	

	table.savings
	{
		width:			80%;
		border:			1px solid green;
		background:		white;
	}


	td.savings
	{
		text-align:		right;
		font-size: 		8pt;
		font-family: 	verdana;
		font-weight: 	bold;
		color:			green;
	}


		
	th.budget
	{
		background: 	#B4CDCD;
		font-size: 		8pt;
		font-family: 	verdana;
		font-weight: 	bold;
	}
	
	
	.controls
	{
		font-size: 8pt; 
	}
	
	table.budget2
	{
		width:			80%;
		border:			1px solid #B4CDCD;
		background:		white;
	}
	
	table.budget3
	{
		width:			80%;
		background:		white;
	}

-->


</style>
