@charset "utf-8";
/* CSS Document */

.mnu_bg {
	background-image: url(../images/mnu_bg.jpg);
	background-repeat: repeat-x;
}
.mnu_bg table {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
}

.mnu_bglogo {
	background-image: url(../images/mnu_bglogo.png);
}
body {
	background-color: #4C4D4F;
	color: #FFF;
}
.ftr_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #CCC;
}
.tbl_content {
	border: thin solid 4c4d4f;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #999;
}
.tbl_contentTXT {
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #4C4D4F;
}
.mnu_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.mnu_link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #B9E2F8;
	text-decoration: none;
}
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	background-color: #999;
	border: 1px solid #666;
}
.tbl_contentBlackTXT {
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #4C4D4F;
	color: #333;
}
