/* Start */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../IMAGE/bg.png);
	background-repeat:repeat-x;
	background-color: #DDD89E;
}

.name2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.FistTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00FF00;
}
.secondtitle {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; color: #00FF00; }

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.Caption2 {
	font-family: Tahoma;
	font-size: 12px;
}

/* End */

/* CSS of Menu */

.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	/*background: #5E0000;*/
	background-color:#3A3318;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	/*border-top-style: solid;*/
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-left-style: solid;
	/*border-top-color: #FFFFFF;*/
	border-right-color: #FFFFFF;
	/*border-bottom-color: #FFFFFF;*/
	border-left-color: #FFFFFF
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #883C1A;
}

/* End of CSS for Menu */

