html, body {
		color: #000;
		font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
		font-size: 10pt;
	}

#content {
		margin: 0 auto;
		width: 730px;
	}

p {
		/* margin: 10px; */
		margin: 1em 1em 1.2em 0em;
	}

p.footer {
		font-size: 9pt;
		text-align: center;
		line-height: 20.25px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

h1, h2 {
		font-weight: bold;
		color: #226F1F;
		font-size: 13px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

h3 {
		color: #226F1F;
		font-weight: bold;
		font-size: 13px;
	}

a {
		color: #000;
		letter-spacing: normal;
		font-weight: normal;
		font-variant: normal;
		font-size: 10pt;
		font-style: normal;
	}

a:link	{
		text-decoration: underline;
	}

a:visited {
		text-decoration: underline;
	}

a:hover {
		text-decoration: none;
	}

a.top {
		color: #000;
		letter-spacing: normal;
		text-align: right;
		font-weight: normal;
		font-variant: normal;
		font-size: 9pt;
		font-style: normal;
	}

a.top:link {
		text-decoration: underline;
	}

a.top:visited {
		text-decoration: underline;
	}

a.top:hover {
		text-decoration: none;
	}

a.sub {
		color: #000;
		letter-spacing: normal;
		text-align: left;
		font-weight: normal;
		font-variant: normal;
		font-size: 9pt;
		font-style: normal;
	}

a.sub:link	{
		text-decoration: underline;
	}

a.sub:visited {
		text-decoration: underline;
	}

a.sub:hover {
		text-decoration: none;
	}

/* input, select, textarea {
		border: 1px solid #226F1F;
	} */
