/*
 * (C) vagRearg et alia  2004, 2005  All Rights Reserved
 * $Id: styles.css,v 1.3 2005/03/14 20:52:35 matvey Exp $
 */

@font-face {
  font-family: 'Hooge';
  src: url('../fonts/hooge.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  border: 0px
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
}

td {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="image"]), textarea {
  border: 1px solid black;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 17px;
  margin: 0px;
  padding: 0px 0px 0px 2px;
}

input[type="checkbox"], input[type="radio"] {
  border: none;
  height: auto;
  width: auto;
  padding: 0px;
}

select {
  border: 1px solid black;
  margin: 0px;
  padding: 0px 0px 0px 2px;
  height: 17px;
  font-family: Verdana, sans-serif;
}


p, ol, ul, li, a {
  font-family: Verdana;
  font-size: 10px;
  line-height: 16px;
  color: #000000;
}

p.inputlabel {
  line-height: 11px;
  margin: 0px;
}

p.quote {
  font-weight: bold;
  color: #444444;
}

h2 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: normal;
  margin-top: 30px;
  text-transform: lowercase;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

span.name {
  font-style: italic;
  line-height: 18px;
  font-weight: bold;
}

.selected {
  color: #000000;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
}
