﻿.pft_fund {
	width: 490px;
	height: 60px;
	text-align: center;
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	background-image: url('../images/gold_back.gif');
	background-repeat: repeat-x;
	position: relative;
}
.bar_out {
	border: thin solid #0000FF;
	position: absolute;
	top: 18px;
	left: 50px;
	width: 385px;
	height: 10px;
	background-color: #FFFFFF;
}
.bar_inner {
	position: absolute;
	width: 0px;
	height: 8px;
	top: 0px;
	left: 0px;
	border: thin solid #FF0000;
	background-color: #FF0000;
}
.zero_text {
	top: 30px;
	left: 40px;
	position: absolute;
	font-weight: bold;
}
.max_text {
	position: absolute;
	top: 30px;
	left: 435px;
	font-weight: bold;
}
.acorn {
	top: 23px;
	left: 30px;
	position: absolute;
	width: 25px;
	height: 35px;
}
.fund_title {
	color: #000000;
	font-weight: bold;
}
.pft_fundCopy {
	width: 490px;
	height: 60px;
	text-align: center;
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	background-image: url('../images/gold_back.gif');
	background-repeat: repeat-x;
	position: relative;
}

