<!--
	.nowrap { white-space:nowrap; }
	.wrap { white-space:normal; }
	.leftAlign { text-align:left; }
	.rightAlign { text-align:right; }
	.centerAlign { text-align:center; }

	th.coloured	{background-color: #e6e7e8;
	color: #000000;
	border-top: 2px solid #000000;
	padding: 4px 0px 4px 0px;
	text-align: left;
	font-weight: bold;
	white-space:nowrap;
	}
	
	.errorText {
		color:red;
	}
	
	td.coloured {
		background-color: #e6e7e8;
		border-top: 1px solid #ffffff;
		padding: 3px;
	}

	th.fundNameStyle		{}
	td.fundNameStyle		{text-align:left;}
	th.fundDateStyle		{white-space:normal;}
	td.fundDateStyle		{}
	th.fundNumberStyle		{}
	td.fundNumberStyle		{text-align:right;}
	th.fundPercentStyle		{}
	td.fundPercentStyle		{text-align:right;}
	th.fundCurrencyStyle	{white-space:normal;}
	td.fundCurrencyStyle	{text-align:right;}
	th.fundStringStyle		{white-space:normal;}
	td.fundStringStyle		{}
	th.fundImageStyle		{}
	td.fundImageStyle		{}
	
	
	.question-width {width: 220px;}
-->