body
{
	background-color: #EBE5C9;
	margin: 0px;
	padding: 0px;
}

form {margin: 0; padding: 0;}

body, td
{
	font: 12pt georgia;
	color: #333;
}

hr
{
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 3px 0 3px;
}

.main
{
	width: 750px;
}

.header
{
	border-top: 10px solid #666;
	border-right: 10px solid #666;
	border-left: 10px solid #666;
}

.content
{
	height: 500px;
	padding: 20px;
	width: 650px;
	background-color: #eee;
	border: 10px solid #666;
}

.foot
{
	padding: 15px;
	text-align: center;
	font-size: 10pt;
}

a
{
	color: navy;
}

.menu
{
	padding: 20px;
	width: 100px;
}

.menustyle
{
	padding: 2px;
}

.submenustyle
{
	background-color: #ccc;
	border: solid 1px #aaa;
}

.menuitem
{
	font: 12pt georgia;
	color: #222;
	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
{
	font: 12pt georgia;
	color: #333;
	background-color: #BAB292;
	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;
}