﻿h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #005300;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #005300;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005300;
	margin-left: 15px;
	margin-right: 15px;
}
ul {
	list-style-type: square;
	color: #005300;
	padding: 0px;
	margin-left: 3em;
	margin-right: 2em;
}
li {
	margin-bottom: 6px;
}
.footer {
	font-family: verdana;
	font-size: 12px;
	color: #503900;
	line-height: 16px;
	margin-top: 0px;
	text-align: right;
}

