/********************************************
* DEFAULT CSS STYLE SHEET
* c. 2008 Technology Management International
********************************************/
body, html {
	padding: 0;
	margin: 0;
	font-size: 9pt;
	line-height: 12pt;
	font-family: verdana, arial, helvetica, sans-serif;
}
p {
	text-align: justify;
}
img {
	border: none;
}
a {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
}
/***************** Basic Elements ******************/
#header, .nav, .offscreen, #footer {
	display: none;
}



h1, h2, h3 {
	font-family: Georgia, Times, Serif;	
	color: #2e5993;
	padding: 25px;
	font-weight: bold;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 15pt;
	padding-bottom: 0;
}
h3 {
	font-size: 12pt;
	padding-bottom: 0;
}
p {
	font-size: 9pt;
	line-height: 14pt;
	text-align: justify;
	padding: 25px;
	padding-top: 0;
}

/************************* 
Team					*/
.toggle {
	font-weight: bold;
	font-size: 14px;
	color: #4E5777;
}
#team_list {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 25px;
}
#team_list li ul {
	font-weight: normal;
	font-size: .9em;
	list-style: none;
	padding: 0 25px 25px 25px;
}
#team_list li ul li {
	list-style: disc outside url('/images/arrow.gif');
}

#team_list li ul li p {
	padding: 0 10px 0 0;
	margin: 0;
}
#team_list li ul li a {
	font-weight: bold;
	cursor: pointer;
	padding: 8px 0 0 0;
	display: block;
}


/************************* 
Funds				*/
#fund_list  li {
	list-style: disc outside url('/images/arrow.gif');
	margin: 25px 0 0 35px;
	padding: 0;
}
#fund_list p {
	padding: 12px 0;
}
.fund {
	width: 100%;
}
.fund .documents li {
	margin: 8px 0 0 50px !important;
	font-size: 10pt;
	list-style: disc outside url('/ejf2/images/pdf.gif') !important;
}
table.performance, table.terms_and_service_providers {
	width: 100%;
	margin: 10px 0;
}
table.performance th {
	font-weight: bold;
	text-align: center;
}
table.performance td {
	text-align: center;
}
table.performance th, table.performance td, table.terms_and_service_providers th, table.terms_and_service_providers td  {
	padding: 4px;
}
table.terms_and_service_providers {
	width: 1;
}
#fund_list h3 {
	padding: 5px;
	margin-top: 10px;
	border-top: solid 3px #2e5993;
}

table.terms_and_service_providers th {
	font-family: Georgia, Times, Serif;	
	color: #2e5993;
	padding: 5px;
	margin-top: 10px;
	border-top: solid 3px #2e5993;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}