body {
	font-family: Garamond, "Times New Roman", Times, serif;
	line-height: 170%;
	font-size: medium;
	color: black;
	background: white;
}
h1 {
	font-family: inherit;
	font-size: 225%;
	font-weight: bold;
	color: #FF9933;
	background: transparent;
	text-align: center;
}
h2 {
	font-family: inherit;
	font-size: 150%;
	font-weight: bold;
	color: #336699;
	background: transparent;
	text-align: left;
}
p {
	text-align: justify;
}
table {
	border: none;
	padding: 0px;
	margin: 0px;
}
th {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	vertical-align: middle;
}
td {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}
a:link {
	color: #336699;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	background: transparent;
	text-decoration: underline;
}
hr {
	color: black;
	background: transparent;
	width: 100%;
	height: 2px;
}
.pic {
	border: 2px solid black;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
table.navbar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.navbar td {
	border: 2px solid black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
table.lnks a:visited {
	text-decoration: none;
}
table.lnks a:hover {
	text-decoration: underline;
}
