/* global Styles */
body {
	margin:0px;
	background-image: url(/mm_images/bg.gif);
	background-repeat: repeat;
	background-color: #054D06;	
}
	}	
td {
	font:normal 11px/2em Tahoma;
	text-align: justify;
	}

/* id Styles */
#page{
	position: center-absoluted;
	border: none;
	width: 900px;
	}

#menutop {
	width: 180px;
	height: 532px;
	background-image: url(/mm_images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

/* button mode */
a {
	color: #237324;
	text-decoration: none;
	font-weight: bold;

	}
	
a:hover {
	color:#BFDCB8;
	text-decoration: none;
	}
	
.navcontainer { 
	filter:alpha(opacity=80);-moz-opacity: 0.5;
	width: 180px;
	margin: 295px 0 0 0;	
}

.navcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 5px 0px;
	width: 180px;
	background-color: #FFFFFF;
	border-bottom: 2px groove #006600;
}

.navcontainer a:link, .navlist a:visited {
	color: #2F7500;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
}

.navcontainer a:hover {
	background-color: #444444;
	color: #ffffff;
}

.navlist a:visited  { 
	font-weight: bold 
	}

/* global fonts */
.font1 {
	font:normal 11px Tahoma;
	color: #237324;
	text-decoration: none;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	}
.font2 {
	font:normal 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	}
.font3 {
	font:normal 10px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	vertical-align: middle;
	}
	
.input1 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 105px;
	border: thin groove #DBF2DD;
	background-color: #DEF3E0;


}
.submitbutton {
	height: 20px;
	width: 105px;
	cursor: hand;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
