.header {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 9pt;
	color: black;
}


.menu {
	text-transform: uppercase;
	font-size: 8pt;
	font-family: Century Gothic;
	color: gray;
	text-decoration: none;

}

:hover.menu {
	color: black;
	text-decoration: underline;
}

.hdr {
	text-transform: uppercase;
	font-weight: bold;
	color: #767D37;
	font-size: 10pt;
	
}

.body {
	font-family: Arial;
	font-size: 8.5pt;
	color: 4e4e4e;
}

.footer {
	font-family: Arial;
	font-size: 8pt;
	color: 424242
}

:hover.footer {
	color: #767D37;
}

.left {
	color: 4e4e4e;
	font-family: Century Gothic;
	font-size: 9pt;
	text-decoration: none;
	
}

:hover.left {
	text-decoration: underline;
	text-transform: uppercase;
}

a {
	color: black;
	text-decoration: none;
}