body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menubar {
	background-color: 006330;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 0F6B3B;
	border-right-color: 0F6B3B;
	border-bottom-color: 0F6B3B;
	border-left-color: 0F6B3B;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-size: x-small;
}
.barseperator {
	background-image: url(/images/bar_seperator.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
}
.menucolumn {
	background-color: e3e3e3;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	text-align: center;
	}

.menucell {
	font-size: x-small;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #BCBBBB;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: e3e3e3;
	height: 30px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	padding-right: 25px;
}

.menucell_over {
	font-size: x-small;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #C4A007;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: e3e3e3;
	height: 30px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	padding-right: 25px;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	vertical-align: top;
	width: 100%;
}

.picturecolumn {
	padding: 50px 10px 10px;
	vertical-align: top;
	white-space: nowrap;
}

.footerbar {
	font-size: x-small;
	color: #333333;
	text-align: center;
}

.headercell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #006330;
	text-align: right;
	padding-right: 20px;
	background-image: url(/images/montage.jpg);
	background-position: left top;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: small;
}

a.menubarlink {
	color: #FFFFFF;
	text-decoration: none;
}

a.:hover.menubarlink {
	text-decoration: underline;
}

.picture {
	border: 1px solid #CCCCCC;
}

a.menucollink {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menucollink {
	text-decoration: underline;
	color: 006330;
}

a.hlink {
	color: #666666;
	text-decoration: none;
}

a:hover.hlink {
	color: #ff6666;
	text-decoration: underline;
}

