body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* ======================== HIDDEN ELEMENTS ============================== */
#sidepanel, #logos, #menu, #footer, .returntotop, img {
	display: none;
	visibility: hidden;
}

/* ======================== GENERAL FORMATTING =========================== */
abbr, acronym {
	letter-spacing: 0.05em;
	font-variant: small-caps;
}

p {
	line-height: 15pt;
	margin-top: 15pt;
	margin-bottom: 15pt;
}

blockquote {
   margin:7pt;
   line-height: 15pt;
}   

/* ======================== TABLES ======================================= */
td {
	font-size: 10pt;
}

table {
	margin-top: 0pt;
}

/* ======================== HEADERS ====================================== */
h1 {
/* display: none;
visibility: hidden; */ 
 
	font-size: 20pt;
	line-height: 0.882;
	margin-top: 0.882em;
	margin-bottom: 0.882em;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: left;
}

h2 {
	font-size: 16pt;
	line-height: 1.1111;
	margin-top: 0em;
	margin-bottom: 0.555em;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	line-height: 15pt;
	margin-top: 20pt;
	margin-bottom: 6pt;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

/* ======================== DOWNLOADS ==================================== */
.download {
	margin: 7pt;
	line-height: 15pt;
}

