<!--
html, body {
	height: 100%;
}
	.nowrap { white-space:nowrap; }
	.wrap { white-space:normal; }
	.leftAlign { text-align:left; }
	.rightAlign { text-align:right; }
	.centerAlign { text-align:center; }

	th.coloured	{background-color: #fcfcf5;
	color: #666;
	border-top: 1px solid #b4b4b4;
	padding: 4px 5px;
	text-align: left;
	font-weight: bold;
	white-space:nowrap;
	}
	
	.errorText {
		color:red;
	}
	
	td.coloured {
		b/ackground-color: #e6e7e8;
		border-top: 1px dotted #b4b4b4;
		padding: 5px;
	}

	th.fundNameStyle		{}
	td.fundNameStyle		{text-align:left;}
	th.fundDateStyle		{white-space:normal;text-align:center;}
	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;}
	
.fixedwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -94px; /* the bottom margin is the negative value of the footer's height */
}
.fixedfooter, .push {
	height: 94px;
	margin:0 auto;
	width:1000px;
}
-->
