body {
	background: url(../images/body_bg.png) repeat-x top #243c56;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img{
	border: none;
}
#divContainer {
	width:934px;
	margin: 76px auto 0;
	}
.header {
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.l_bg {
	background:url(../images/l_bg.png) no-repeat;
	width:67px;
	height:120px;
	}
.header_bg {
	background:url(../images/header_bg.png) repeat-x top;
	width:800px;
	height:120px;
	}
.r_bg {
	background:url(../images/r_bg.png) no-repeat;
	width:67px;
	height:120px;
	}
#divBodyLogin {
	width:800px;
	margin:0 auto;
	background:url(../images/area_bg.png) repeat-x top;
	height:379px;
	clear:both;
	}
#divBody {
	width:800px;
	margin:0 auto;
	background:url(../images/area_bg.png) repeat-x bottom rgb(26,65,117);
	clear:both;
	}
.copy{
	margin:0 auto;
	height:27px;
	text-align:center;
	padding-top:140px;
}	

.copy a{
        color:#fff;
}

.header_sh {
	background:url(../images/header_sh.png) no-repeat top;
	width:645px;
	height:5px;
	}
.menu_area {
	background:url(../images/menu_bg.png) no-repeat;
	width:316px;
	height:110px;
	margin:41px 0 0 94px;	
	}
.menu_area ul {
	margin:0;
	padding:10px 0px 0 20px;	
	}
.menu_area ul li {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;	
	}
.menu_area ul li a {
	text-decoration:none;
	color:#FFF;	
	}
.menu_area ul li a img {
	margin:-3px 5px;	
	}
.menu_area ul li a span {	
	border-bottom:1px dashed #FFF;	
	}
.menu_area ul li a span:hover {	
	border-bottom:1px solid #FFF;	
	}
.decor {
	background:url(../images/decor_bg.png) right;
	width:219px;
	height:167px;
	margin:-167px 0px 0 648px;
	}
.button {
	background:url(../images/button_n.png) no-repeat top;
	margin:auto 0px ;
	padding:22px 86px;
	text-decoration: none;
	display: block;
	float: left;

}
.button:hover {
	background:url(../images/button_h.png) no-repeat top;
	padding:22px 86px;
	}
.button_area {	
	position:absolute;
	top: 510px;
	padding-left:320px;
	}
.footer_sh {
	background:url(../images/footer_sh.png) no-repeat top;
	width:645px;
	height:5px;
	}
.welcome_area {
	color:#FFF;
	letter-spacing:-1px;
	font-size:24px;
	padding:20px;		
	width:760px;
	text-align:center;
}
#divReflection {
	background:url(../images/refl_bg.png) repeat-x top;
	height:94px;
	width:800px;
	margin:0 auto;
	}


table {
}
table, th, td {
	border: 0px;
	border-collapse: collapse;
	color: #FFFFFF;
	padding:10px 20px;
	font-weight: bold;
	
}
th {
}
tr.altRow td {
	font-weight: normal;
	border-bottom:1px dashed #FFF;
}