body
{
	font-family:Helvetica, Arial, sans-serif;
}

div.ft_container
{
	/*min-width: 1900;*/ /*does not work in IE, or correctly in FF*/
}

div.ft_left
{
	/*min-width: 380px;*/ /*does not work in IE, or correctly in FF*/
	width: 49%;
	float: left;
}
div.ft_right
{
	/*min-width: 380px;*/ /*does not work in IE, or correctly in FF*/
	width: 49%;
	float: right;
}


div.ft_header
{
	padding: 3px;
	color: white;
	background-color: #46166A;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.ft_header a
{
	color: white;
}

div.ft_box
{
	font-size: 12px;
	padding: 5px;
	background-color: #D4E661;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.ft_page_header
{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

div.ft_fee_selection
{
	margin-left: 10px;
	margin-right: 10px;
}	

div.ft_fund_links
{
	margin-left: 20px;
	font-size: 10px;
	font-style: italic;
}

table.ft_perf
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	font-size: 11px;
}



tr.ft_header
{
	color: white;
	background-color: #46166A;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

tr.ft_header a
{
	color: white;
}

tr.ft_subheader
{
	background-color: #DCDCDC;
}

tr.ft_subheader2
{
	/*background-color: #DCDCDC;*/
	font-size: 11px;
	font-weight: bold;
}

td.ft_indent
{
	padding-left: 25px;
}

tr.ft_light
{
	background-color: white;
}
tr.ft_dark
{
	background-color: #D4E661;
}
td.ft_percent
{
	/*text-align: right;*/
	text-align: center;
	width: 70px;
}

td.ft_setup_charge
{
	
}

td.ft_no_setup
{
	/*border-top: 1px solid black;*/
}

td.ft_date1
{
	text-align: center;
	background-color: #909090;
}

td.ft_date2
{
	text-align: center;
	background-color: #C0C0C0;
}

div.ft_fineprint
{
	font-size: 14px;
	margin-bottom: 5px;
}

div.ft_fineprint2
{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
}

td.underline
{
	border-bottom: 1px solid #000;
}
