body {
  font: 70%/normal Verdana, Arial, Helvetica, sans-serif;
  background: #CDD;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

#pagewrap {
  position: relative;
  width: 722px;
  min-width: 722px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#page {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #000;
  background-color: #0076A3;
  background-image: url(images/bluedot.png);
  background-repeat:repeat;
}

#headwrap {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  text-align: left;
}

#headimage {
  position: relative; height: 95px; text-align: left;
  margin: auto; clear: both; overflow: hidden;
  /*background: #CDD url(images/vktbanner.png) no-repeat;*/
  border: 0px;
}

#headmenu {
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0px;
  list-style: none;
}

table.headmenu {
  border: 0px;
  border-collapse:collapse;
}

#headmenu a {
  color: #FFF;
  text-decoration:none;
}

#headmenu a:hover {
  color: #FFF;
  text-decoration:underline;
}

#headmenu a.selected {
  font-weight:bold;
}

#mainwrap {
  position: relative;
  width: auto;
  height: auto;
  padding: 5px 0 5px 0;
  text-align: center;
  background-color:#FFF;
}

#mainwrap2 {
  position: relative;
  width: auto;
  height: auto;
  padding: 5px 0 5px 0;
  text-align: left;
  background-color:#FFF;
}

td.date {
  background-image: url(images/bluedot.png);
  background-repeat:repeat;
}

td.boxs {
  border:1px solid #000; text-decoration:line-through;
}

td.box {
  border:1px solid #000;
}

#footer {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  color:#FFF;
  border: 0px;
  background-color: #0076A3;
  background-image: url(images/bluedot.png);
  background-repeat:repeat;
}

td.footer {
  font-size: 0.9em;
}

input {
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

select {
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}


.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

