html {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}

body {
	background-image: url(../img/bg.png);
	background-size: cover;
	background-attachment: fixed;
	width: 700px;
	font-size: 13px;
	color: #000000;
	margin: 2% 0% 0% 2%;
	line-height: 16px;
	font-family: "MS UI Gothic", monospace, sans-serif;
	text-align: left;
}

table {
	font-size: 13px;
}

td {
	vertical-align: top;
}

p {
	margin: 2px 0px 2px 0px;
}

hr {
	height: 1px;
	background-color:#000000;
	border: none;
}

a {
	color:#dfaa00;
}

.main {
	background-color:#ffffff;
}

img {
	display: block;
	margin: auto;
}
.leftbar {
	width:120px;
	border:1px solid #000000;
}

.rightbar {
	width:570px;
	border:1px solid #000000;
}

.in {
	padding: 2px;
}

.top {
	width: 100%;
	height:16px;
	background-color:#000000;
	color:white;
	text-align:right;
}

.tbl {
	background-color: #ffffff;
	border:1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

.tbl2 {
	width:100%;
	margin: -1px;
	border-collapse: collapse;
}

.rt {
	color:#808080;
	text-align:right;
}

.wd {
	width:50%;
}


.sh {
	width:50%;
	border:1px dotted #000000;
	text-align:right;
}

.upd {
	border: 1px dotted #000000;
	padding: 2px;
	height: 75px;
	overflow: scroll;
}

.lnk {
	border: 1px dotted #000000;
	padding: 2px;
	height: 200px;
	overflow: scroll;
}

.log {
	border: 1px dotted #000000;
	padding: 2px;
	margin-bottom: 2px;
}

.bd {
	border: 1px solid #000000;
}

.ind{
	width:400px;
	text-align:center;
	margin: 4% 0% 0% 4%;
}
