  @charset "utf-8";
			
a:link { text-decoration : underline; color: #005C8A; }
a:visited { text-decoration : none; color: #005C8A; }
a:active { color : #005C8A; }
a:hover { text-decoration : underline; color : #cc6600; }
.bolditalic {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; font-weight: bold }
.pagetitle {  font-family: "Times New Roman", Times, serif; font-size: 18pt}
.style1 {font-size: x-small}

main p {
	line-height: 1.5em;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}