
body {
	margin: 0;
	padding: 0;

scrollbar-face-color: #A9BAC4;
scrollbar-highlight-color: #A9BAC4;
scrollbar-3dlight-color: #A9BAC4;
scrollbar-darkshadow-color: #BECDD4;
scrollbar-shadow-color: ##A9BAC4;
scrollbar-arrow-color: #BECDD4;
scrollbar-track-color: #BECDD4;
}

}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: center;
	text-align: center;
}



div.container {
	position: relative;
	vertical-align: top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
      overflow: auto;
	width: 702px;

}
div.top {
	position: relative;
	vertical-align: top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
      overflow: no;
	width: 702px;
      height: 150px;
}
div.dmmy {
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	width: 100px;
	height: 10px;
}
