<!-- Begin Cascading Style Sheets -->

<style>
a {text-decoration: none;}
a:hover {
	text-decoration: underline;
	color: Red;
	}
.nav {
	font-size: small;
	font-family: Arial;
	text-decoration: none;
	}
.ledgerTint {
	background-color: #861737;
	line-height: 8px;
	}
.whiteCanvas {background-color: #fffff0;}
.mainlink {
	font-size: small;
	font-weight: bold;
	color: white;
	font-family: arial, helvetica, sans-serif;
	}
.textColor {
	color: #000000;
	font-family: arial;
	font-size: small;
	}
h2	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #861737;
	font-size: x-small;
	font-weight: bold;
	line-height: 14px;
	margin-top: -4px;
	margin-bottom: 2px;
	margin-left: 10;
	text-align: center;
}
div.hr {
  height: 1px;
  background: #861737;
  margin-top: 7px;
  margin-bottom: 7px;
}
div.hr hr {
  display: none;
}
</style>

<!-- End CSS -->
