body {
	margin: 0px;
	height: 100%;
	color: #347235;
	font-weight: bold;
	font-size: large;
	background-color:#EEEEFF;
	 padding: 0px;
	 background-image: url(images/bg/bg.jpg)
}
html {
	height: 100%;
}
.mainFrame {
	height: 100%;
	width: 100%;
}
.mainTable {
	 width: 100%;
	 height: 100%;
	 text-align: center;
}
.mnuTD {
	text-align: center;
	width: 20%;
}
.mnu {
	background-image: url(images/buttons/my9.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	color: #EDF3F5;
	font-weight: normal;
	text-decoration: none;
	font-size: x-large;
}
.mnu:hover {
	background-image: url(images/buttons/my10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 145px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	color: #EDF3F5;
	font-weight: normal;
	text-decoration: none;
	font-size: x-large;
	cursor: pointer;
}
b {
	font-size: 13	0%;
	color: #8b4513;
}
a {
	color: #555555;
}