/* Special style sheet to handle print versions of union index documents */
.brown			{ color: black }
.brownbold		{ color: black; font-weight: bold }
.navtext		{ font-size: 70% }
.volumenumber	{ font-family: 'Inconsolata', 'Courier New', Courier, monospace; font-size:19px; font-weight:bold; line-height:2.4em; color:black; text-align: left; text-shadow: 2px 2px 2px silver }
.zdblack		{ background: white }
.zdblue			{ background: white }
.zdgreen		{ background: white }
a:link			{ color: #0045D5; text-decoration: none}
a:active		{ color: red; font-size:100%; text-decoration: none }
a:visited		{ color: #0045D5; font-size:100%; text-decoration: none }
body				{ font-family: Arial, Helvetica, sans-serif }
div.navigation1	{
				background-color: rgb(255,245,220);
				border-left:2px #96B6E0 solid;
				border-right:2px #96B6E0 solid;
				border-top:2px #96B6E0 solid;
				float:left;
				height:35px;
				margin-bottom:0em;
				margin-left:0px;
				padding-left:.8em;
				position:absolute;
				width:19em;
				z-index:1;
				}
div.navigation2	{
				background-color:rgb(234,234,234);
				border-top:2px #96B6E0 solid;
				border-left:2px #96B6E0 solid;
				border-right:2px #96B6E0 solid;
				height:35px;
				margin-bottom:0em;
				margin-left:19em;
				padding-left:1.8em;
				position:relative;
				width:19em;
				z-index:0;	/* set behind navigotion1 */
				}
div.info			{ background-color:#F5F5F5; border-width: 2px; border-style: solid; border-color: rgb(200,200,200); padding:.2em; border-radius:5px; margin-bottom:1em}
div.main			{ background-color: white; color:black; line-height:135%; margin:0em 0em 0em 0em; font-size:95%; font-family:Arial, Helvetica, sans-serif; padding-left:1em; padding-right:0em; padding-top:1em; padding-bottom:0.5em; border:.2em solid #96B6E0 }
h2				{ text-align:center; margin-top:1.34em; font-size:1.34em }
h2.issue		{ font-family: 'Inconsolata', 'Courier New', Courier, monospace; font-size:17px; padding-top:0em; padding-bottom:0em; color:black; text-align: left; text-shadow: 2px 2px 2px silver }
h2.volume		{ font-family: 'Inconsolata', 'Courier New', Courier, monospace; font-size:19px; padding-top:0.5em; padding-bottom:0.4em; color:black; text-align: left; text-shadow: 2px 2px 2px gray }
hr				{ text-align: left; color: #96B6E0; background-color: #96B6E0; height: .2em; margin-left:0em; margin-right:0em }
p				{ font-family: 'Cousine', 'Courier New', Courier, monospace; font-size:11px; line-height:1.4em }
p.key			{ font-family: 'Inconsolata', 'Courier New', Courier, monospace; font-size:12px; line-height: 0.8em; margin-bottom:0.8em; margin-top:0.9em }
p.nowrap	 	{ white-space: normal } /* previously was: white-space: no-wrap but have found a better way see following insertion. */
p.nowrap br		{ display: block; height: 3px; background: #E7EFF8; content: "&nbsp"; border: 1px solid #D8E4F3; border-radius: 3px; margin: 2px 0px 2px 10px }
p.subtitle		{ font-family:'Inconsolata', 'Courier New', Courier, monospace; font-size:18px; margin-left:0em; padding-bottom:1.0em }
p.title			{ font-family: 'Inconsolata', 'Courier New', Courier, monospace; font-size:16px; text-shadow: 2px 2px 2px silver; margin-left:0em }
table.info		{ border-collapse:collapse; padding-top:3em; font-size:70% }
.continued		{ font-size:18px; color: #000000 }
.extra			{ font-size:18px; color: #000000 }
