/*Layout divs*/

.fullWidthRow
{
	width:100%;
}

.leftCell2 {
	width:49%;
	padding-right:5px;
	float:left;
}
.rightCell2 {
	width:49%;
	padding-left:5px;
	float:right;
}

.leftCellfortyPercent {
	width:40%;
	float:left;
}
.rightCellsixtyPercent {
	width:60%;
	float:left;
}

.menuContainer
{
	border-bottom:1px solid #06388F;
	width:99.8%;
}

/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin:0px 6px 0px 0px;
}

p
{
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	margin:1px 1px 5px 1px;
}

p.performanceNote
{
    margin-top: 7px;   
}

p.rightAlign
{
	font-size: 0.7em;
	text-align:right;
}

h2
{
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:1px;
}

div.clearer 
{
	clear: both;
	line-height:0px;
	
}

h2.rightAligned
{
	font-size: 0.7em;
	font-weight:normal;
	margin-bottom:1px;
	text-align:right;
	clear: both; 
}

h2.leftAligned
{
	font-size: 0.7em;
	font-weight:normal;
	margin-bottom:1px;
	text-align: left;
	clear: both; 
}

h2.performance
{
	font-size: 0.7em;
	font-weight:normal;
	margin-bottom:0px;
	margin-top: 0px;
	clear: both; 
}

h2.Bold
{
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:1px;
}

div.rowDiv
{
	width:100%;
}

div.CentreDiv
{
	width:100%;
	text-align:center;
	margin: 5px 0px 5px 0px;
}

div.fiftyPercentCellLeft
{
	width:49%;
	padding-right:5px;
	float:left;
}

div.fiftyPercentCellRight
{
	width:49%;
	padding-left:5px;
	float:left;
}

div.fortyPercentCellLeft
{
	width:35%;
	float:left;
}

div.sixtyPercentCellRight
{
	width:65%;
	float:left;
}

div.TopTenBackground
{	
	width:100%;
	padding:8px;
}

div.Link
{	
	width:100%;
	padding:1px;
}

table.dataTable
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-collapse:collapse;
	margin:0px;
	width:100%	
}

th.dataTableHeader
{
	text-align:left;
	border-bottom:1px solid #7480b2;
	padding:3px;
}

th.dataTableHeaderRight
{
	text-align:right;
	border-bottom:1px solid #7480b2;
	padding:3px 8px 3px 3px;
}

th.dataTableHeader70
{
	text-align:left;
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:70%;
}

th.dataTableHeader10
{
	text-align:left;
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:10%;
}

th.dataTableHeader20
{
	text-align:left;
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:20%;
}

th.dataTableHeader30
{
	text-align:left;
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:30%;
}

td.dataTableCell
{
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:50%;	
}

td.dataTableCellNoSizeRight
{
	border-bottom:1px solid #7480b2;
	padding:3px 6px 3px 6px;
	text-align:right;	
}

td.dataTableCellNoSize
{
	border-bottom:1px solid #7480b2;
	padding:3px;	
}

td.blank
{
	border-bottom:1px solid #FFFFFF;
	padding:10px;	
}

td.dataTableCellFiftyPercent
{
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:50%;	
}

td.dataTableCellSeventyPercent
{
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:70%;	
}

td.dataTableCellThirtyPercent
{
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:30%;	
}

td.dataTableCellEightyPercent
{
	border-bottom:1px solid #7480b2;
	padding:3px;
	width:80%;
}

td.dataTableCellTwentyPercent
{
	border-bottom:1px solid #7480b2;	
	padding:3px;
	width:20%;	
}

td.dataTableCellNinetyPercent
{
	border-bottom:1px solid #7480b2;	
	padding:3px;
	width:90%;
}

td.dataTableCellTenPercent
{
	border-bottom:1px solid #7480b2;	
	padding:3px;
	padding-right:20px;
	width:10%;
	text-align:right;
}

td.dataTableCellFortyPercent
{
	border-bottom:1px solid #7480b2;	
	padding:3px;
	width:40%;
	text-align:left;
	
}

div#FundCommentaryDiv h2 
{
	padding-bottom: 5px;
}
