﻿body {
}

#fundOverviewWrapper
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 25px;
}

#tblFundOverview, #tblFundOverview tr td, #tblFundOverview tr th
{
	border: solid 1px #000000;
}

#tblFundOverview
{
	width: 100%;
	font-family: "Arial";
	font-size: 14px;
	border-collapse: collapse;
	margin-top: 20px;
	text-align: left;
}

#tblFundOverview tr th
{
	color: #ffffff;
	background-color: #526054;
	text-align: left;
}

#tblFundOverview .portfolio
{
	background-color: #E3E4D6;
}

.fundOverviewText
{
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	width: 100%;
	padding: 0px;
	text-align: left;
}