* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font: .9em / 1em "Verdana", sans-serif;
  text-align: center;
  color: #000;
  background: #dcdcdc;
}

#center {
  width: 1003px;
  margin: 0 auto;
  text-align: left;
}

#head {
  width: 1003px;
  height: 198px;  
  background: url("./gfx/head.jpg") no-repeat;
  position: relative;
}

.links {
  position: absolute;
  top: 70px;
  left: 875px;
}

.links a {
  color: #fff;
  font-size: 0.8em;
}

.links a:hover {
  text-decoration: none;
}

h1 {
  position: relative;
  top: 60px;
  left: 13px;
}

.inv {
  display: none;
}

.float {
  width: 1003px;
  float: left;
  background: #f2f2f2;
  padding: 15px 0; 
}

.topmenu {
  list-style: none;
  position: relative;
  top: 65px;
  height: 42px;
  background: url("./gfx/topmenu.jpg") repeat-x;
}

.topmenu li {
  float: left;
  padding: 0 22px 0 20px;
  height: 42px;
  background: url("./gfx/space.jpg") no-repeat right center;
}

.topmenu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 13px;
}

.topmenu a:hover {
  text-decoration: underline;
}

.left {
  float: left;
  width: 215px;
}

.content {
  float: left;
  width: 770px;
  background: #fff;
  min-height: 340px;
  height: auto !important;
  height: 340px;
  line-height: 1.2em;
}

.padding {
  padding: 30px;
}

.menu {
  list-style: none;
  width: 185px;
  margin: 0 0 0 15px;
  border-width: 1px 0 0 0;
  border-color: #c3c3c3;
  border-style: solid;
}


.menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 32px;
  background: url("./gfx/menu.jpg") repeat-x;
  border-width: 0 1px 1px 1px;
  border-color: #c3c3c3;
  border-style: solid;
}

.menu li a:hover {
  background: url("./gfx/menu_h.jpg") repeat-x;
}

.menu li a span {
  position: relative;
  top: 8px;
  left: 10px;
}

h2 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}

.content p {
  margin: 10px 0;
}

p.foot {
  font-size: .7em;
  text-align: right;
}

.r-print {
  text-align: right;
}

.tabular {
  border: 1px solid #000;
}

.tabular td {
  padding: 5px;
}

.tabular tr.odd {
  background: #e0e2f7;
}

