body {
	background-color: #015700;
	padding: 0px;
	margin: 0px;
}
.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #FFFFFF;
	background-image: url(../images/main_table_bck.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px;
}
.menu_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	color: #003300;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-bottom-color: #003300;
}
.menu {
	display: block;
	width: 100px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	clear: none;
	float: left;
}
.menu:hover {
	display: block;
	width: 100px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	padding: 3px;
	background-color: #96BA96;
	float: left;
}
.menu_hover {
	display: block;
	width: 100px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	padding: 3px;
	background-color: #96BA96;
	text-align: center;
	float: left;
}
.submenu {
	display: block;
	width: 140px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	clear: none;
	float: left;
}
.submenu:hover {
	display: block;
	width: 140px;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
	padding: 3px;
	float: left;
}
.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
	padding: 5px;
}.lang:hover {
	text-decoration: underline;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-style: italic;
}
.page strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-style: normal;
	font-weight: bold;
}
.input_reserve{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	border: 1px solid #333333;
	background-color: #FFFFCC;
	font-weight: bold;
}
.input_reserve:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003300;
	border: 1px solid #333333;;
	background-color: #FFFF99;
	font-weight: bold;
}
.border {
	border: 1px dashed #CCCCCC;
	background-color: #FFFFCC;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003300;
}