.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	width: 15px;

}
body {
	background-color: #888899;
	margin: 0px;
	padding: 0px;


}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	width: 10px;

}
.1 {
	height: 1px;
}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 44px;
}
.titlebar {
	background-image: url(images/title.gif);
	background-repeat: repeat-x;
}
.titletext {
	font-weight: bolder;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px 1px;
	font-size: 18px;
	width: 100%;
	color: #990000;
}
.title-tr {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	letter-spacing: 2px;
}
.table-border {
	margin: 1px;
	border: 0px;
	background-color: #777777;
}
.td_0 {
	background-color: #FFFFFF;
	font-size: 12px;
}
.td_1 {
	background-color: #EEEEEE;
	font-size: 12px;
}
.f_14{
	font-size: 14px;
	font-weight: bold;
}
form {
    margin: 1;
}
input {
    margin: 0;
}
.logout {
	background-image: url(images/logoutbg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	color: #FFFFFF;

}
a:hover {
	color: #868686;

}
a.btn_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border: 1px solid #767676;
  box-sizing: border-box;
  border-radius: 3px;
  width: 68%;
  height: 21px;
  padding: 0 6% 0 12%;
  color: black;
  font-size: 13.3px;
  text-align: center;
  text-decoration: none;
  position: relative;
}