@charset "utf-8";
/* CSS Document */
body{
	background-color:#eae2d7;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
#div_body{
	width:100%;
	text-align:center;
	top:25px;
	position:absolute;
}
#content_table{
	width:987px;
	background-color:#000;
}
#menu_bg{
	height:42px;
	background-image:url(../images/jpgs/layout/menu_bg.jpg);
	z-index:200;
}
#menu{
	top:192px;
	width:100%;
	z-index:100;
	position:absolute;
}
a.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none
}
a.menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none
}
a.menu:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none
}
.title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	font-weight:bolder;
	color:#000;
}
.normal_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration: none;
	text-align:left;
}
.bold_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
.white_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration: none;
}
.normal_text_just{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration: none;
	text-align:justify;
}
