<style>

TABLE
{
    	font-family: Arial; 
	font-size: 9pt;
}

TD
{
    	font-family: Arial; 
	font-size: 9pt;
}

TR.results
{
    	background-color: #c0f0c0; 
}

.bigBoldColoured
{
    	color: '#004000';
	font-size: 12pt;
	font-weight: bold;
}

.boldColoured
{
    	color: '#004000';
	font-weight: bold;
}

.input
{
	font-family: Arial;
	font-size: 9pt; 
	color: '#004000';	
}

.button
{
	width: 80px;
	font-family: Arial;
	font-size: 9pt;
	background-color: #004000;
	color: #ffffff;
	cursor: hand;
}

.margin
{
	background-color: #004000;
	color: #ffffff;
}

</style>