/*  Color palette */
/* Suppressed for printable version of page */
/* #000099; /* = MB = Medium Blue */
/* #990000; /* = MR = Medium Red */
/* #CC3333; /* = MFR = Medium Faded Red */
/* #993333; /* = DDR = Dark Dull Red */ 
/* #990000; /* = DFR = Dark Faded Red  */
/* #3333CC; /* = MFB = Medium Faded Blue */
/* #6666FF; /* = LFB = Light Faded Blue */
/* #333399; /* = DDB = Dark Dull Blue */
/* #9999FF; /* = PDB = Pale Dull Blue */
/* #000000; /* = K = Black */
/* #CCCCCC; /* = PG = Pale Gray */
/* #FFFFFF; /* = W = White  */

body {
	font-family: "Gill Sans MT", "Helvetica", sans-serif;
	font-size: 12pt;
}

ul.navbar {
	width: "80%";
	margin: 0px;
}

li.navbar {
	margin: 8px;
	display: inline;	
}

a.navbar:link {
	margin: 8px;
	text-decoration: none;
}
a.navbar:visited {
	margin: 8px;
	text-decoration: none;
}

div.header {
	font-family: "Lucida Typewriter", "Courier", monospace;
	margin: 0px;
}

h1.company-name { 
	margin-top: 16px;
	margin-left: 16px;
	/* font-weight: normal; */
}

.subtitle {
	margin-left: 16px;
	margin-bottom: 16px;
}

hr {
	height: 4px;
}

hr.head-body-divider {
	align: center;
	width: 80%;
}

div.body {
	font-size: 12pt;
	align: center;
	width: 80%;
}

div.body > p {
	font-size: 12pt;
}

hr.body-foot-divider { 
	align: center;
	width: 80%;
}

div.footer {
	font-size: 10pt;
	align: center;
	width: 80%;
}

/* p.footer-text {
} */