/* Styles to be used when printing */

/* Light header div */
#dlighthead				{ display: block; }
#dlighthead				{ border-bottom: 1px solid black; margin-bottom: 2em; font-size: 8pt; }
#dlighthead table		{ width: 100%; }
#dlighthead table td	{ border: none; padding: 0; margin: 0; }

/* Light footer div */
#dlightfooter			{ display: block; }
#dlightfooter			{ border-top: 1px solid black; margin-top: 2em; font-size: 8pt; }
#dlightfooter table		{ width: 100%; }
#dlightfooter table td	{ border: none; padding: 0; margin: 0; }
#dlightfooter a:visited	{ color: black; text-decoration: none; }
#dlightfooter a:link	{ color: black; text-decoration: none; }

/* hide menus */
#dmenu, #dsubmenu, #dfooter, #dquidnovi { display: none; }

/* modify article div display */
#darticle			{ margin-left: 0; margin-right: 0; }
#darticle a:visited	{ color: black; text-decoration: none; }
#darticle a:link	{ color: black; text-decoration: none; }
#darticle table#ent .tofile { color: white; }	/* hide link to file */

/* chroma navigation bars: not diplayed */
#navalpha, #navhue, #navfield, #navfile, #filerem, #dquidnovi { display: none; }
