body  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top : 0px;
	margin-bottom : 10px;
	background-color:#336600;
}


a.menu {
	color: #8B4513;
	font-weight: bold;
	font-size: 75%;
	text-decoration: underline;
	padding-bottom: 7px;
	padding-right: 2px;
	display: block;
}

a.menu:visited  {
	color: #8B4513;
	font-weight: bold;
	font-size: 75%;
	text-decoration: underline;
	display: block;
}

a.menu:active  {
	color : #8B4513;
	font-weight : bold;
	font-size: 75%;
	text-decoration : underline;
	display: block;
}

a.menu:hover  {
	color : Red;
	font-weight : bold;
	font-size: 75%;
	text-decoration : underline;
	display: block;
}

a.membermenu {
	color: #8B4513;
	font-weight: bold;
	font-size: 75%;
	text-decoration: underline;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 5px;
	background-color:#ece7e3;
	display: block;
}

a.membermenu:visited  {
	color: #8B4513;
	font-weight: bold;
	font-size: 75%;
	text-decoration: underline;
	background-color:#ece7e3;
	display: block;
}

a.membermenu:active  {
	color : #8B4513;
	font-weight : bold;
	font-size: 75%;
	text-decoration : underline;
	background-color:#ece7e3;
	display: block;
}

a.membermenu:hover  {
	color : Red;
	font-weight : bold;
	font-size: 75%;
	text-decoration : underline;
	background-color:#ece7e3;
	display: block;
}

.trail {
	background-color: #deebeb;
	display: block;
	font-weight:bold;
	padding-left:3px;
}

.trail1 {
	margin-left : 20px;
	display: block;
}

.trail2 {
	margin-left : 40px;
	display: block;
}

.trail3 {
	margin-left : 60px;
	display: block;
}

.trail4 {
	margin-left : 80px;
	display: block;
}

.trail5 {
	margin-left : 100px;
	display: block;
}

.highlightbar {
	font-weight:bold;
	background-color:#778899;
	color:White;
	font-size:110%;
	display:block;
	padding:3px;
}

.highlightbar2 {
	font-weight:bold;
	background-color:#deebeb;
	color:Black;
	font-size:105%;
	display:block;
	padding:3px;
}

.bar_to_the_top {
	background-color:#DCDCDC;
	display:block;
	padding:3px;
	text-align:center;
	font-size:75%;
	font-style:italic;
}

