body {
	background-color: #003366;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: 14pt;
	margin-top: 0em;
	margin-bottom: 0em;
}

h3 {
	font-size: 13pt;
	margin-top: 0em;
	margin-bottom: 0em;
}

h4 {
	font-size: 12pt;
	margin-top: 0em;
	margin-bottom: 0em;
}

h5 {
	font-size: 11pt;
	margin-top: 0em;
	margin-bottom: 0em;
}

.footer-text {
	color: white; 
	font-size: 0.85em;
	text-align: center;
}

.boldlink {
    color: #003366;
    font-weight: bold;
    text-decoration:underline;
}
.boldlink A:link { color: #003366; }
.boldlink A:visited { color: #003366; }

a {
    color: #003366;
    text-decoration:underline;
}
a:link { color: #003366; }
a:visited { color: #003366; }

.main-table {
	min-width: 900px;
	width: 100%;
	border: 0px;
}

.lyrics {
	font-style: italic;
	font-size: 8pt;
	text-align: center;
}

.footnote {
	color: #999999;
	font-size: 7pt;
}

.mandatory {
  color: red;
}
