@charset "utf-8";
.hdnlink {
	cursor:pointer;
	font-weight:bold;
}
.hdnlink:hover {
	cursor:pointer;
	font-weight:bold;
}
body {
	background-color: #A8B6C6;
}
#hdr_tbl {
	background-image: url(images/hdr_img.png);
	background-repeat: no-repeat;
	height: 82px;
	background-position: bottom;
}
#bdy_tbl {
	background-image: url(images/bdy_img.png);
	height: 486px;
	background-repeat: no-repeat;
}
#ftr_tbl {
	background-image: url(images/ftr_img.png);
	height: 32px;
	background-repeat: no-repeat;
	background-position: top;
}

