BODY {
  background        : url('pix/bg-main.gif') #ffffff;
  background-repeat : repeat-y;
  margin            : 0px 0px 5px 0px;
}

BODY, DIV, TD, TEXTAREA, INPUT {
  font-family : verdana, arial, helvetica;
  font-size   : 11px;
  color       : #274958;
}

IMG {
  border-color : #000000;
}

H3 {
  font-size : 13px;
}

A:link, A:visited {
  font-family     : verdana, arial, helvetica;
  font-size       : 11px;
  color           : #800000;
  text-decoration : none;
}

A:active, A:hover {
  font-family     : verdana, arial, helvetica;
  font-size       : 11px;
  color           : #867c64;
  text-decoration : none;
}

A.menu { 
  font-size   : 11px;
  font-weight : bold;
}

.small, A.small {
  font-size : 10px;
}
.copyright, A.copyright {
  font-size : 10px;
  color     : #c0c0c0;
}

.contact {
  color  : #800000;
  margin : 1px 0px 2px 0px;
}

.header {
  font-size   : 13px;
  font-weight : bold;
  color       : #800000;
}

.error {
  color : #ff0000;
}

