h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-family: georgia;
  font-weight: normal;
}

h2 {
  border-bottom: 1px solid #cccccc;
  margin: 0px 0 10px;
  padding: 20px 0px 0px;
  color: #c40000;
  font-size: 20pt;
  clear: both;
}

h3 {
  color: #333333;
  font-size: 14pt;
}

h4 {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font-size: 14pt;
  text-align: right;
}

table {
  font-size: 10pt;
 width: 460px; 
 padding: 0px 0px 0px 0px;
}


#footer {
  border-top: 1px none #000000;
  margin: 0px;
  padding: 5px 15px 15px 15px;
  background: #009900 none repeat scroll 0% 50%;
  clear: both;
  color: #ffffff;
  font-size: 8pt;
  text-align: center;
  height: 30px;
}

#footer div a {
  color: #ffffff;
  text-decoration: none;
}

#footer div a:hover {
  background: #009900 none repeat scroll 0% 50%;
  color: #ffff00;
}

#footer div.tl {
  padding: 5px 0px 0px 0px;
  height: 12px;
  font-size: 11px;
  text-align: left;
  color: #ffffff;
}

#footer div.tr {
  padding: 0px;
  height: 1px;
  width: 1px;
  float: right;
  overflow: hidden;
}

.grayline {
  clear: both;
  margin: 0px 0px 2em 0px;
  border-bottom: 1px solid #cccccc;
}

.clearer {
  clear: both;
}

.antigluk {
  font-size: 3px;
  height: 1px;
}

a {
  color: #333333;
}
a:hover {
  background: #e5ffe5 none repeat scroll 0% 50%;
}
