@font-face {
 font-family:IBMVGA8;
 src:url('/../fonts/ibm_vga8.eot');
 src:url('/../fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
 url('/../fonts/ibm_vga8.woff2') format('woff2'),
 url('/../fonts/ibm_vga8.woff') format('woff'),
 url('/../fonts/ibm_vga8.ttf') format('truetype');
 font-weight:400;
 font-style:normal
}

body {
  font-family: IBMVGA8; "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  line-height: 16px;
  color: #FEFEFE;
  background:url('images/bg1.png') repeat #4D2600;
  margin: 0 0 0 0;
}

.logo {
  font-size: 32px;
  vertical-align: middle;
}

a { color: #FEFEFE; }
a:active { color: #0066CC;}
a:visited { color: #FEFEFE; }

hr { color: #E86A05; width: 710px; margin-left: 0px;}


td {
  border: 0px solid red;
  font-size: 10px;
  width: 10px;
/*  height: 10px; */
}

.tablebodycolor {
  background-color: #462002;
}

.tablebodycolordark {
  background-color: #2E1501;
}

.wintitle {
  vertical-align: middle;
  width: 370px;
}

.wintable {
  border: 0px solid #FEFEFE;
  padding: 0px;
  border-spacing: 0px;
}

.winbody { width: 470px; }
.sidewinbody { width: 170px; }

.wintitlecolor { background-color: #E86A05; }
.winbodycolor { background-color: #BA5604; }
.winshadowcolor { background-color: #5D2B02; }
.wintype { width: 100px; text-align: right; }

.win2titlecolor { background-color: #660000; }
.win2bodycolor { background-color: #CC0000; }
.win2shadowcolor { background-color: #330000; }

.win3titlecolor { background-color: #BA5604; }
.win3bodycolor { background-color: #5D2B02; }
.win3shadowcolor { background-color: #170b00; }

.vga {
  font-family: IBMVGA8; "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  line-height: 16px;
}

.nav a {
  text-decoration: none;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tcenter { text-align: center; }
.vcenter { vertical-align: middle; }
.vtop { vertical-align: top; }
.fullheight { height: 100%; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w500 { width: 500px; }
.w770 { width: 770px; }
.w100 { width: 100%; }
.h100 { height: 100%; }