body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ADBEDD;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

.left {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A75A56;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a.lhnav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #A75A56;
}

a.lhnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #A75A56;
}

a.lhnav:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A75A56;
}

a.lhnav:hover {
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
	background-color: #A75A56;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
}
.lined {
	border: 2.5px solid #000000;
}
.footer {
	padding-left : 8pt;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	color: #000000;
	text-align: center;
}
