
body {
background-color:#FFFFFF;
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
font-size: 14px;
color: #9B7E6A;
scrollbar-arrow-color: #9B7E6A;
scrollbar-base-color: #9B7E6A;
scrollbar-dark-shadow-color: #9B7E6A;
scrollbar-track-color: #E6E6E6;
scrollbar-face-color: #DADADA;
scrollbar-shadow-color: #9B7E6A;
scrollbar-highlight-color: #9B7E6A;
scrollbar-3d-light-color: #9B7E6A;
}


.page {
	width: 1200px;
	height: 850px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -600px;
	overflow: none;
	background-color:#E6E6E6
}

.page_in {
width: 1100px;
height: 750px;
position: absolute;
top: 100px;
left: 50%;
margin: 0px 0px 0px -550px;
overflow: none;
background-color:#DADADA;
text-align: center;
}

.page_in_y{
overflow-y: auto;
width: 1100px;
height: 750px;
position: absolute;
top: 100px;
left: 50%;
margin: 0px 0px 0px -550px;
overflow: none;
background-color:#DADADA;
text-align: center;
}

.head {
width: 1200px;
height: 60px;
position: absolute;
top: 40px;
left: 50%;
margin: 0px 0px 0px -600px;
overflow: none;
background-color:#E6E6E6;
border: 0px solid black;
}


.left {
overflow-y: auto;
width: 350px;
height: 720px;
font-size: 100%;
position: absolute;
top: 115px;
left: 50%; 
margin: 0px 0px 0px -540px;
border: 0px solid red;
}

.right {
overflow-x: auto;
width: 720px;
height: 720px;
font-size: 100%;
position: absolute;
top: 115px;
left: 50%;
margin: 0px 0px 0px -180px;
border: 0px solid blue;
}

.right_y {
overflow-y: auto;
width: 720px;
height: 720px;
font-size: 100%;
position: absolute;
top: 115px;
left: 50%;
margin: 0px 0px 0px -180px;
border: 0px solid blue;
}


.style80 {
font-size: 80%;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #9A7F6C;
	}

a:link {
	}

a:visited {
	}

a:active {
	color: #FFFFFF;
	}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.td_visit {
	border: 1px solid #9B7E6A;
	}
.table_visit {
	color: #9B7E6A;
	background-color: #DADADA;
	border: 1px #9B7E6A;
	}
.table_visit1 {
	color: #9B7E6A;
	background-color: #E6E6E6;
	border: 0px;
}
