@import url("/css/base.css");

body, div, p, span, form, fieldset, img, h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  text-align: center;
  font: normal 0.8em/1.5em Verdana, Arial, "MS Sans Serif", sans-serif;
  /*color: #000;
  background: #000;*/
}

ul {
  padding-left: 1em;
  list-style: none;
}

img {
    vertical-align: middle;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #aaa;
}

#page {
  margin: auto;
  margin-top: 2em;
  width: 60em;
  text-align: left;
  border: 1px solid #58c;
  background: #fff;
  color: #000;
}

br {
    clear: both;
}

#topm {
    display: inline;
}

#topm li {
    display: inline;
    font-weight: bold;
}

#topm li a {
    text-decoration: none;
    color: #369;
}

#topm li a:hover {
    text-decoration: underline;
}

div.opre {
    margin: 0.5em;
    width: 47%;
    
}

div.opre h3 {
    padding-left: 0.5em;
    /*background: url(/img/bg_tab.gif);*/
}
     
div.opre p {
    padding: 1em;
    text-align: justify;
}

div.opre h3 a {
    text-decoration: none;
    color: #27a;
}

a.agt {
    float: right;
    color: #27a;
}

a.acb {
    float: right;
    padding: 0.25em 0.5em;
    border: 1px solid #48b;
    background: #fff;
    color: #48b;
    font-weight: bold;
    text-decoration: none;
}

a.acb:hover {
    border: 1px solid #fff;
    background: #48b;
    color: #fff;
}

ul.gdesc li {
    margin: 1em;
    list-style-image: url(/img/li.gif);
}

td.cpp, td.cpw, td.cpb {
    text-align: center;
    padding: 0.2em;
}

td.cop {
    background: #efe;
}

td.cpp {
    background: #eef;
}

td.cpw {
    background: #dde;
}

td.cpb {
    background: #ccd;
}

.strk {
    text-decoration: line-through;
}
