
.fund_table {
	float: left;
	position: relative;
	top: -25px;
	background-color: #FFFFFF;
	padding: 8px;
	width: 431px;
}


#pricestrip {
	position: relative;
	top: 8px;
	clear: left;

	margin-bottom: 8px;
	background: #990099;
	height: 32px;
	width: 431px;
	color: white;
	text-align: center;
	line-height: 32px;
	font-size: 12pt;
	
}

.instr {
	position: absolute;
	left: 153px;
	top:430px;
}

.main {
	padding: 0px;
}

.fund_table div.mt {
	float: left;
	padding-left: 8px;
}

.fund_table table {
	width: 326px;
	height: 210px;
}

.fund_table td {
	text-align: center;
	padding: 0 4px 0;
	font-size: 8pt;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.fund_table th {
	white-space: nowrap;
	text-align: center;
	background-color: #0060AD;
	color: #FFFFFF;
	padding: 0 4px 0;
	font-size: 8pt;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	height: 22px;
	width: 56px;
}

.fund_table td.image{
	border: none;
	padding: 0;	
}

.fund_table td.text {
	border-top: none;
	text-align: left;
	padding: 4px;
	margin: 0;
	vertical-align: top;
	font-size: 9pt;
}
