@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	font: normal normal normal 100%/1.3 'MS UI Gothic';
	zoom: 1;
}
HTML { height: 100%; }
BODY {
	overflow: hidden;
	height: 100%;
	color: #000;
	font-size: 12px;
	background-color: #fff;
	scrollbar-3dlight-color: #c50067;
	scrollbar-darkshadow-color: #c50067;
	scrollbar-highlight-color: #ed9db9;
	scrollbar-shadow-color: #ed9db9;
	scrollbar-base-color: #ed9db9;
	scrollbar-arrow-color: #0063a4;
	scrollbar-track-color: #fff;
}
A {
	text-decoration: none;
}
IMG {
	border: none;
}
#bgx {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#bgimg {
	position: absolute;
}
.logo_top{
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 150px;
}
#stage {
	width: 100%;
	z-index: 4;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/spacer.gif);
}

#menuArea {
	position: absolute;
	height: 46px;
	overflow: hidden;
	z-index: 3;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
#footerArea {
	position: absolute;
	width: 100%;
	height: 16px;
	overflow: hidden;
	z-index: 2;
	background: #fff;
	border-top: solid 1px #aaa;
	padding-left: 75px;
	text-align: center;
}
DIV.catesD {
	margin:1px;
	border:outset 3px #e5004f;
	background:#e5004f;
	color:white;
	font-weight:bold;
	float:left;
	width:119px;
	text-align:center;
}

#loginpage input , #loginpage select{
	border:1px #f88dab solid;
}
