a, a:link, a:visited {
 	color: #007D00;
 }

a.menu, a.menu:link, a.menu:visited {
	text-decoration: none;
	color: white;
}

a.menu_sel, a.menu_sel:link, a.menu_sel:visited {
	text-decoration: none;
	color: black;
}

a.shop_menu, a.shop_menu:link, a.shop_menu:visited {
	text-decoration: none;
	color: white;
}

a.shop_menu_sel, a.shop_menu_sel:link, a.shop_menu_sel:visited {
	text-decoration: none;
	color: black;
}

input {
	font-family: verdana, helvetica, arial;
	font: 11px;
	color: #000000;
}

textarea {
	font-family: verdana, helvetica, arial;
	font: 11px;
	color: #000000;
}

input.sel {
	background-color: #FFFF99;
}

h1 {  
	font-family: "Times New Roman", Times, serif;
	font: bold 18px;
	color: #C23000;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {  
	font-family: "Times New Roman", Times, serif;
	font: bold 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font: bold 14px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: underline;
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
}

p {
	font-family: verdana, helvetica, arial;
	font: 11px;
	color: #000000;
	text-align: justify;
}

li {
	font-family: verdana, helvetica, arial;
	font: 11px;
	color: #000000;
	text-align: justify;
}

td {
	font-family: verdana, helvetica, arial;
	font: 11px;
	color: #000000;
	background-color: white;
}

td.menu {
	font: 12px;
	background-color: #669966;
}

td.menu_sel {
	font: 12px;
	background-color: #99CC99;
}
td.shop_menu {
	font: 12px;
	text-align: center;
	background-color: #669966;
}

td.shop_menu_sel {
	font: 12px;
	text-align: center;
	background-color: #99CC99;
}

td.head {
	background-color: #CCCCCC;
	text-align: center;
}

td.title {
	color: White;
	background-color: Gray;
	height: 24px;
	font: bold 14px;
}

td.total {
	background-color: #CCCCCC;
	height: 20px;
	font: bold 12px;
}

td.sel {
	background-color: #FFFF99;
}

td.unsel {
	background-color: white;
}

td.list {
	font: 11px;
}

td.level0 {
	background-color: #99cc99;
	height: 30px;
	font: bold 14px;
}

td.level1 {
	background-color: #99ff99;
	height: 20px;
	font: bold 12px;
}

td.level2 {
	background-color: #ffffcc;
	font: bold;
}

.text {
	font-family: verdana, helvetica, arial;
	font: 11px;
}

.white {
	font-family: verdana, helvetica, arial;
	font: 12px;
	color: #FFFFFF;
	background-color:#007D00;
}

img.banner {
	border: 1px solid Green;
}
