.fpdfContainer { 
	float:left; 
	border-left:1px solid #666666; 
	border-right:1px solid #666666; 
	color:#333333; 
	font-family:Arial,Helvetica,sans-serif; 
	padding-left:20px; 
	padding-right:20px; 
	text-align:left; 
	width:693px;
}
.fpdfContainer .tableCaption {
	font-weight:bold; 
	text-transform:uppercase;
}
.fpdfContainer .disclaimerText {
	margin-top:5px;
	clear:left;
}
.fpdfContainer .firstColumn {
	width:83px; 
	color:Black; 
	font-weight:bold; 
	text-align:left;
}

/* Prevent table cells (and the table) from getting too wide or too narrow*/
.fpdfContainer table td + td,
.quarterlyPerformanceTable td + td,
.annualPerformanceTable table td + td {
	min-width:45px;
	max-width:70px;
	padding-left: 0px;
}

/* Prevent performance numbers from wrapping after a negative sign "-" misconstruing their value*/
.fpdfContainer table.gsTable tr + tr td,
.quarterlyPerformanceTable tr + tr td,
.annualPerformanceTable tr + tr td {
	white-space:nowrap;
	text-align:center;
}

