<style>
	table {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #666;
	}
	th {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #304088;
		text-align: left;
	}
	p, td {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #666;
	}
/* ===========HEADINGS=================== */
	.heading {
		font-family: Arial, Helvetica;
		font-size: 11pt;
		color: #304088;
		font-weight: bold;
	}
	.subheading {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		color: #80848B;
		font-weight: bold;
	}
	.quote {
		font-family: Arial, Helvetica;
		font-size: 11pt;
		font-style: italic;
		color: #44F;
		padding-left: 20px;
		padding-right: 20px;
	}
	.price {
		font-family: Arial, Helvetica;
		font-size: 10pt;
		color: #B5502B;
		background-color: #F2F2C7;
		padding-top: 5px;
		text-align: right;
	}
	.product {
		font-family: Arial, Helvetica;
		font-size: 9pt;
		color: #000;
		font-weight: bold;
		background-color: #DDD;
		padding-top: 5px;
	}
	ul {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #888;
	}
	ol {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #888;
	}
	i {
		font-family: Arial, Helvetica;
		font-size: 8pt;
		font-style: italic;
		color: #888;
	}
/* ===============LINK HANDLING============ */
	a:visited {
	font-size: 8pt;
	color: #304088;
	text-decoration: none;
	font-family: Trebuchet, Arial;
	}
	a:active {
	font-size: 8pt;
	color: #304088;
	text-decoration: none;
	font-family: Trebuchet, Arial;
	}
	a:hover {
	text-decoration: none;
	color: #80848B;
	}
	a:link {
	font-size: 8pt;
	color: #304088;
	text-decoration: none;
	font-family: Trebuchet, Arial;
	}
	.submenu {
	border-bottom: #DDD 1px solid;
	}
/* ============SIDE BUTTONS=============== */
	}
	.button {
		background-color: #80848B;
		font-size: 8pt;
	}
	.button:hover {
		background-color: #9094AA;
		font-size: 8pt;
	}
/* =============SIDENAV=================== */
	.sidenav {
		font-family: Arial, Helvetica;
		background-color: #DDD;
		font-size: 8pt;
	}
/* =============FOOTER==================== */
	.footer {
		font-size: 7pt;
		font-family: Arial, Helvetica, Sans Serif;
		color: #80848B;
	}
</style>