body {
	font-family: sans-serif;
	font-size: 12pt;
	width: 920px;
}
p.lastupdate {
	font-size: 75%;
	font-style: italic;
}
form#showfunds {
	display: block;
	font-size: 8pt;
	width: 700px;
}
form#showfunds div.row {
	display: inline;
	width: 50%;
	float: left;
}
div.fund {
	border: dotted 1px #CCCCCC;
	width: 48%;
	padding: 3px;
	margin: 3px;
	float: left;
}

table {
	width: 100%;
	font-size: smaller;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}
table caption {
	font-weight: bold;
}
tr {
	background-color: #FFFFFF;
}
tr.odd {
	background-color: #EEEEEE;
}
thead td {
	border-bottom: solid black 1px;
}
td.percentage {
	text-align: right;
}
img.chart {
	margin-top: 5px;
}

