@charset "utf-8";
/* Best to keep css specific to each document separate from css for the template */




.globalNav {
	text-decoration:none;	
	color:#000;
}


/*
.ModHeadSec {
	opacity: 0
}
*/


.sectionNoteFormat {
	opacity: 0.7;
}

/*

.module.collapsible.expanded .sectionNoteFormat {
	opacity: 0;
}
*/



sup {
	color: #906;
	vertical-align:text-top;
	font-size: 75%;
	
}



/* You can global hide all instances "Notes" by setting opacity to 0 as shown below. If you use Display: none, you will break the Table of Contents */
/*
.module.collapsible.expanded .sectionNoteFormat {
	opacity: 0;
	
}

*/