<!-- Style Sheet, Dynamic Version 1.0 -->
<style type="text/css">
}

.dead{}

a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #006E00;
  text-decoration: none;
  font-weight: bold;
}

.body {
	background-color: #FFFFFF;
	font family: Papyrus, Garamond, Palatino, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

.links {
	border: double 4px #006633;
	text-align: center;
	padding: 5px;
}

.footer {
	text-align: center;
	position: absolute;
	top: 900px;
	padding: 3px;
	width: 99%;
}

.tab {
	padding: 3px;
	width: 375px;
}

.content {
	padding: 0px 20px;
	width: 500px;
}

</style>