/* counteract some wrapper style interference from Word HTML... */
#leftNav a {
	color: black;
	text-decoration: none;
}
#leftNav a:hover { color: #0ab; }

/* 2016-10-18 set a reasonable default font size for converted Word content,
   helps with some converted styles that inherit font size */
.WordSection1 { font-size: 12pt; }
.WordSection2 { font-size: 12pt; }
.WordSection3 { font-size: 12pt; }

/* fix table alignment and keep traditional link styles on issuances */
.WordSection1 table { text-align: left; }
.WordSection1 a:link { color: blue; text-decoration: underline; }
.WordSection1 a:visited { color: purple; }

.WordSection2 table { text-align: left; }
.WordSection2 a:link { color: blue; }
.WordSection2 a:visited { color: purple; }

.WordSection3 table { text-align: left; }
.WordSection3 a:link { color: blue; }
.WordSection3 a:visited { color: purple; }

/* styles for dynamically inserted issuance PDF link */
.pdflink {
	margin-top: 4pt;
	clear: both;
	text-align: center;
	font-size: 10pt;
}
.pdflink img {
	border: none;
	padding-right: 4pt;
	vertical-align: text-top;
}

/* stop IE from adding border to linked images (mainly PDF links) */
#mainContentPolicyWrapper a img { border: none; }
