BODY	{ 
    background: #FFFFFF; 
    margin-left: 3%; 
    margin-right: 3%; 
    font-family: tahoma
} 

a      { border: none; text-decoration: none; color: #003366; }
a:link { border: none; text-decoration: none;}
a:active { border: none; text-decoration: none;}
a:visited { border: none; text-decoration: none;  color: #333366; }
a:hover {text-decoration: blink; background-color: #C5C69B; }



.clear          { 
/* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
} 

td.td1 {
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #006699;
    vertical-align: top;
    background-color: #336699;
}

td.td2 {
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #006699;
    vertical-align: middle;
    background-color: #6699CC;
    font-size: 9pt;
}

table.table1 {
    width: 850px;
}

table.noteSection {
    width: 850px;
}

td.inventory {
    width: 850px;
    font-size: 10pt;
    margin-left: 3em;
}


div.header {
    font-family: tahoma;
    background-color: #336699;
    font-size: 13pt;
    color: 000000;
    text-align: left;
    line-height: 100%
}




div.scopecontent {
    display: none;
}
div.accessrestrict {
    display: none;
}
div.accruals {
    display: none;
}
div.acqinfo {
    display: none;
}
div.altformavail {
    display: none;
}
div.appraisal {
    display: none;
}

div.arrangement {
    display: none;
}

div.bibliography {
    display: none;
}

div.bioghist {
    display: none;
}

div.custodhist {
    display: none;
}

div.daogrp {
    display: none;
}
div.descgrp {
    display: none;
}
div.fileplan {
    display: none;
}

div.index {
    display: none;
}

div.note {
    display: none;
}
div.odd {
    display: none;
}
div.originalsloc {
    display: none;
}
div.otherfindaid {
    display: none;
}
div.phystech {
    display: none;
}
div.prefercite {
    display: none;
}
div.processinfo {
    display: none;
}

div.relatedmaterial {
    display: none;
}

div.separatedmaterial {
    display: none;
}
div.scopecontent {
    display: none;
}

div.userestrict {
    display: none;
}


div.headerTitle {
    background-color: 336699;
    font-family: tahoma;
    font-size: 15pt;
    color: #CCCC66;
    text-align: left;
    line-height: 100%
}

div.headerSummary {
    background-color: 336699;
    font-family: tahoma;
    font-size: 11pt;
    color: CCCC99;
    text-align: left;
    line-height: 100%
}

div.headerCreator {
    background-color: 336699;
    font-family: tahoma;
    font-size: 13pt;
    color: CCCC99;
    text-align: left;
    line-height: 100%
}
div.unittitleInventory { 
    margin-left: 3em;
}

div.dsc-Notes { 
    margin-left: 6em;
    margin-right: 4em;    
    margin-bottom: 0em;
    font-size: 10pt;
    background-color: #EDEEEE;
}

div.dsc-daoLink { 
    margin-left: 8em;
    margin-bottom: 2em;
    font-size: 10pt;
}

div.inventory { 
    margin-left: 3em;
    margin-bottom: 1em;
}
td.toc {
    align: left;
    vertical-align: top;
    background-color: #6699CC;
}


div.footer {
    background-color: 336699;
    font-color: 666666;
    font-family: tahoma;
    text-align: center
}

div.series {
    font-color: 666666;
    font-family: tahoma;
    font-size: 13pt;
}

div.subseries {
    font-color: 6666CC;
    font-family: tahoma;
    font-size: 10pt;
    margin-left: 2em;
    font-weight: bold;
}

div.didNotes {
    font-family: tahoma;
    font-size: 9pt;
    margin-left: 4em;
    background-color: #EDEEEE;
}

div.dsc-controlaccess {
    font-family: tahoma;
    font-size: 9pt;
    margin-left: 6em;
}

hr.inventory {
    width: 60%;
    height: 1;
    border: 0;
    color: CCCCCC; 
    text-align: left;
}

div.nonDidNotes {
    font-size: 10pt;
    font-family: tahoma;
}

span.dsc-heads {
    font-size: 8pt;
    font-weight: bold;
    font-family: tahoma;
    margin-left: 6em;
    color: #CC9966;
}

span.heads {
    font-size: 13pt;
    font-weight: bold;
    font-family: tahoma;
}

span.date {
    font-color: 333333;
    font-family: tahoma;
}




blockquote   { 
        margin-top: 0;  
        margin-bottom: 1;
}

p.toc {
	font-weight: bold;
	font-size: 0.800em;
}

div.tocSeries {
	font-weight: bold;
	font-size: 0.750em;
	color: #CCCC66;

}

div.tocSubseries {
	font-size: 0.700em;
	color: #CCCC66;
        margin-left: 2em;
}

hr	{ font-size: 1}



  @media print {
    .toc { display:none }
  }
  @media print {
    .body { line-height: 1 }
  }
  @media print {
    .body { font-size: 10pt }
}
		
		.hidden{
			display:none;
		}
		.shown{
			display:block;
		}
		.trigger{
			background:#ccf;
		}
		.open{
			background:#66f;
		}
		.hover{
			background:#99c;
		}
