html, body
{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12pt;
	color: Black;
	text-align: left;
	width: 100%;
	margin: 0 0 0 0;
}
.content
{
	margin-top: 10px;
	margin-left: 190px;
	margin-right: 10px;
}
.topbar
{
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 50px;
	background-color: #195100;
	color: white;
}
ul.navbar
{
	position: absolute;
	top: 53px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 180px;
	font-size: small;
	background-color: #DBE8D5;
}
ul.navbar li
{
	margin: .1em;
	padding: .1em;
	text-align: left;
}
ul.navbar a
{
	color: Black;
	text-decoration: none;
}
.navbartitle
{
	font-size: small;
	font-weight: bold;
	color: #195100;
	text-decoration: none;
}
.title
{
	font-family: Lucida Calligraphy, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	margin-top: 15px;
	margin-left: 15px;
}
.homelink
{
	border-bottom: thin solid Black;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	font-size: medium;
}
img
{
	text-align: left;
}
table
{
	width: 600;
	vertical-align: top;
	text-align: left;
	background-color: Black;
}
TD
{
	padding: 3 3 3 3;
	vertical-align: top;
	text-align: left;
	border: .1px solid Black;
	height: auto;
	background-color: White;
	width: 600px;
}
TR
{
	padding: 3 3 3 3;
	vertical-align: top;
	text-align: left;
	border: .1px solid Back;
	height: auto;
	background-color: White;
}
ul
{
	list-style: circle;
}
