﻿body 
{
   background: white;
   color: black;
   width:700px;
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
}
#Footer
{
    display:none
}
#Header
{
    color:#000080;	
	font-size: 9pt; 
	text-align:center;
	font-family: Tahoma,Arial
}
#headerText
{
    display:none;
}
#content
{
	font-size:12px;
}
#division
{
	font-size:12px;
}
#rightMenu
{
    display:none
}
#leftMenu
{
    display:none
}
#tabsF
{
    display:none;
}
.switchcontent
{
	display:inline;
	visibility:visible;
	width:750px;
}
.expandcontent
{
	display:inline;
	visibility:visible;
}
.faqquestion
{
	display:inline;
	visibility:visible;
}
a.faq
{
	display:inline;
	visibility:visible;
}
span.q
{
	display:inline;
	visibility:visible;
}
p.faq
{
	display:inline;
	visibility:visible;
}
	
table.normal
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	padding:4px;
	border-collapse:collapse;
}
table.fees
{
    border:none;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	border-collapse:collapse;
	width:inherit;
}
tr.linkChild
{
    background-color: #F0F8FF;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	border-bottom-style:solid;
	
}
tr.linkTitle
{
    background-color: #F0F8FF;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	text-align:center;
	border-bottom-style:solid;
	
}

td.linkChild, td.linkChildRight
{
	background-color: #F0F8FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2a5b85;
	color: #2a5b85;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
td.linkChildRight
{
	text-align:right;
	padding:4px;
}
td.linkTitle
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2a5b85;
	background-color: #2a5b85;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}
td.linkTitleLeft
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2a5b85;
	background-color: #2a5b85;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}
h2,h3 
{
	text-align:center;
}
td.center
{
	text-align:center;
}
/*ZT: 2/18/10 some tables need a divider line in specific rows */
td.divider
{
	border-right-style:solid;
	border-right-width:4px;
	border-right-color:black;
}
/*ZT: 8/6/09 trying to get a page break inside the content block */
tr.pagebreak
{
	page-break-before:always;
}	


