@charset "utf-8";
/* CSS Document */

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005500;
	line-height: 140%;
}
.pagetitle{
	font-family:   "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: 140%;
	font-weight: bolder;
	color: #005500;
	text-decoration: none;
}

.bodyspaced{
	font-family:   "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #005500;
	text-decoration: none;
}
.bodyspacedbold{
	font-family:   "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	color: #005500;
	text-decoration: none;
}
.bodyspacedital {
	font-family:   "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 140%;
	font-weight: normal;
	color: #005500;
	text-decoration: none;
}
.footer{
	font-family:   "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #005500;
	text-decoration: none
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005500;
	font-weight: bold;
}
a:link {
	font-size: 14px;
	color: #0EBB04;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #004000;
	text-decoration: none;
}
a:hover {
	color: #0EBB04;
	text-decoration: underline;
}
a:active {
	color: #85642E;
	text-decoration: none;
