@import url("menu_style.css");
table.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: 770px;
	background-color: #CAD5DF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666633;


}
table.head {
	height:100px;
	width: 770px;
}
table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 500px;
	width: 200px;
	background-image: url(../images/mnu_bj.jpg);
	background-repeat: repeat;


}
table.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 500px;
	width: 570px;
	background-color: #CAD5DF;


}
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;


}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
