.adrespane {
	margin: 20px;
}
/*img {
border: 1px solid #000000;
}*/
.noborder {
border: none;
}
.contentpane {
	margin: 20px;
	margin-left: 32px;
}

body, td, h1, a {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #425c4f;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.hovermenu a {
padding-left:0px;
}

.hovermenu {
	padding-left:20px;
	font-weight: bold;
	font-size:13px;
	color: #708553;
	cursor: pointer;
}

.hovermenu:hover, .hovermenu a:hover {
background: #b8d992;
color: #FFFFFF;
}

.copyright {
text-align:right;
padding-right: 150px;
color:#b8d992;
}

h1 {
font-size:18px;
font-weight:bold;
}

.submenu {
	padding-top: 10px;
	text-align:right;
	padding-right: 20px;
}

.submenuline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e0efd2;
	border-right-color: #e0efd2;
	border-bottom-color: #e0efd2;
	border-left-color: #e0efd2;
}