.menu {
	background-image: url(../images/page/menu_bg.jpg);
	background-repeat: no-repeat;
	color: #004195;
	font: normal normal bold 14px Arial;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 132px;
	height: 36px;
	line-height: 36px;
}
.menu A {
	color: #004195;
	font: normal normal bold 14px Arial;
	display: block;
	width: 132px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}
.menu A:hover {
	color: #FFB503;
	font: normal normal bold 14px Arial;
	text-decoration: none;
	width: 132px;
	height: 36px;
	line-height: 36px;
}

.text {
	color: black;
	font: normal normal normal 12px Arial;
	text-align: justify;
	vertical-align: top;
}

.textX {
	color: #F27B23;
	font: normal normal normal 12px Arial;
	text-align: justify;
	vertical-align: top;
}