/* Special style sheet to handle print versions of union index documents */
body				{ font-size: 100%; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; }
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 }

div.main			{ background-color: white; color:black; line-height:135%; margin:0em 0em 0em 0em; padding-left:1em; padding-right:0em; padding-top:1em; padding-bottom:0.5em; border:.2em solid silver }
hr				{ text-align: left; display: block; height: 5px; background: transparent; border: none; border-top: solid 5px silver; margin-right:1em }
p				{ font-family: 'Quicksand', sans-serif; font-weight: 400; font-size:12px; line-height:1.6em; padding-right:1em }
p.key			{ font-family: 'Overpass Mono', 'Courier New', Courier, monospace; font-weight: 600; font-size:13px; line-height: 0.8em; margin-bottom:0.8em; margin-top:0.9em; display: inline }
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.title			{ font-family: 'Quicksand', sans-serif; font-size:17px; text-align: left; margin-left:0em; margin-top: 0px }
p.navigation	{ font-family: 'Quicksand', sans-serif; font-size:14px; text-align: left; font-weight: bold; margin-bottom:0px; }

img.vignette		{ display: none; }
