

body {
	background-color: ;
	margin: 0px;
	padding: 0px;
}

form {margin: 0; padding: 0;}

body, td {
	font: pt ;
	color: ;
}

#header-image {
	background: url();
	height: px;
	width: px;
}

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 3px 0 3px;
}

a {
	color: ;
}

.main {
	width: px;
}

.content {
	background-color: ;
	height: 565px;
	width: 550px;
	vertical-align: top;
	padding: 20px;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
}

.menu {
	width: 150px;
	background-color: ;
	border-left: 1px solid ;
	border-right: 1px dotted ;
	border-bottom: 1px solid ;
	padding-top: 20px;
}

.header {
	border-bottom: 5px solid ;
}

.menustyle {
	padding: 2px;
}

.submenustyle {
	background-color: ;
	border: solid 1px #999;
}

.menuitem {
	color: ;
	cursor: pointer;
	cursor: hand;
	padding: 4px 10px 4px 15px;
	background-image: url(/_mnweb/images/arrow-black.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.mouseover {
	color: ;
	background-color: ;
	cursor: pointer;
	cursor: hand;
	padding: 4px 10px 4px 15px;
	background-image: url(/_mnweb/images/arrow-white.gif);
	background-position: left center;
	background-repeat: no-repeat;
}