body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.title_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A6A457;
	background-color: #FFFFFF;
	font-weight: bold;
}
.table_main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.table_menu {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4A967;
}
.text_emph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.table_body {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.res_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	padding: 2px;
	background-color: #EBD8D8;
}

.menu_button {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/button_normal.jpg);
	height: 50px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	m: expression(
		this.onmouseover = new Function("this.className = 'menu_button-hover';")
	);
}
.menu_button:hover,
.menu_button-hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/button_on.jpg);
	height: 50px;
	width: 250px;
	text-align: center;
	vertical-align: inherit;
}
