.menu {
	text-align: center;
	vertical-align: middle;
}

.menu_1 {
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	width: 105px;
	height: 40px;
}
.menu_1 A {COLOR: white; TEXT-DECORATION: none; display: block; height: 40px; vertical-align: middle;}
.menu_1 A:hover {COLOR: black; TEXT-DECORATION: none; background-color: white; display: block; height: 40px; vertical-align: middle;}

.menu_2 {
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	height: 100%;
	width: 100%;
	display: block;
	line-height: 40px;
}
.menu_2 A {COLOR: white; TEXT-DECORATION: none; display: block;}
.menu_2 A:hover {COLOR: black; TEXT-DECORATION: none; background-color: white; display: block;}

.menu_3 {
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	height: 40px;
	width: 200px;
	display: block;
	line-height: 40px;
}

.search_panel {
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: right;
}

.search_text {
	background: transparent;
	border: 1px solid #017773;
	vertical-align: middle;
	text-align: left;
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	width: 100px;
	height: 20px;
}
.search_button {
	background-color: #017773;
	border: 1px solid #017773;
	vertical-align: middle;
	text-align: center;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	width: 60px;
	height: 20px;
}

.text {
	FONT-SIZE: 16px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: normal;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: justify;
	line-height: 20px;
}
.text A {COLOR: black; TEXT-DECORATION: none;}
.text A:hover {COLOR: black; TEXT-DECORATION: underline;}

.ttt {
	FONT-SIZE: 16px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: normal;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: justify;
	line-height: 20px;
}
.ttt A {COLOR: black; TEXT-DECORATION: none;}
.ttt A:hover {COLOR: black; TEXT-DECORATION: underline;}

.bottom {
	FONT-SIZE: 16px;
	COLOR: #B67527;
	FONT-FAMILY: "Times New Roman";
	font-weight: normal;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	line-height: 18px;
}
.bottom A {COLOR: #B67527; TEXT-DECORATION: none;}
.bottom A:hover {COLOR: #B67527; TEXT-DECORATION: underline;}

.submenu {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: left;
	line-height: 20px;
	background-color: #F3F4F1;
	border-right: 1px solid #CCCCCC;
}
.submenu A {COLOR: black; TEXT-DECORATION: none;}
.submenu A:hover {COLOR: black; TEXT-DECORATION: underline;}

.img_border {
	border: 1px solid Black;
}

.add_text1 {
	background: white;
	border: 1px solid #BABABA;
	vertical-align: middle;
	text-align: left;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: normal;
	width: 100%;
	height: 20px;
}
.add_textarea {
	background: white;
	border: 1px solid #BABABA;
	vertical-align: middle;
	text-align: left;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: normal;
	width: 100%;
	height: 100px;
}
.add_send {
	background: white;
	border: 1px solid #BABABA;
	vertical-align: middle;
	text-align: center;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: "Times New Roman";
	font-weight: bold;
	width: 100%;
	height: 20px;
}