body, div, p, blockquote, th, td, li {
	/* redundant selectors to help old browsers not forget */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font: Verdana;
	line-height: 22px;
}
body {
	margin-top: 0px;
}
a {
	color: #985E31;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #985E31;
	background-color: transparent;
}
a:link {
	color: #985E31;
	background-color: transparent;
}
a:active {
	color : #990000;
	background-color: transparent;
}
a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}
.justify {
	text-align: justify
}
.logo_name {
	color: #dddddd;
	font-size : 28px;
	font-weight : bold;
	background-color : transparent;
	font-family : "Bookman Old Style";
	padding-bottom : 6px;
}
.logo_number {
	color: #dddddd;
	font-size : 18px;
	font-weight : bold;
	background-color : transparent;
	font-family : "Bookman Old Style";
	padding-bottom : 0px;
}
.no_margins {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.submenu {
	background-color: #5F875F;
	color : Black;
}
.submenulink  {
	font-size: 14px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	cursor: pointer;
	font-weight : bold;
}
.submenu TD.submenulink  {
	font-size: 14px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding: 1px 25px 3px 6px;
	cursor: pointer;
}
.submenulink a {
	color: #ffffff;
	text-decoration: none;
	background-color : transparent;
}
.submenulink a:visited {
	color: #ffffff;
	background-color : transparent;
}
.submenulink a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
.submenulink a:active {
	color: #ffffff;
	text-decoration: none;
	background-color : transparent;
}
.bottom_nav {
	font-size: 12px;
	text-decoration: none;
}
.credits {
	font-size: 11px;
	text-decoration: none;
	color : #dddddd;
	line-height : normal;
}
