
html, body,
div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   font-family: Verdana, Verdana, Geneva, sans-serif;
   font-size: 11px;
   color: #000;
   margin: 0;
   padding: 0;
}

a {
   color: #000;
}
   a:hover {
      color: #267718;
   }

img {
   border: 0;
}


h1, h2, h3, h4, h5, h6 {
   line-height: normal;
}

.linksCol li {
   list-style: none;
   padding: 2px 0 2px 14px;
   background: url(../gfx/bullet.gif) 2px 4px no-repeat;
}
.linksCol h4 {
   font-size: 12px;
   padding: 6px 0;
}

.linksCol a {}


form td {
   vertical-align: top;
}

input,
select,
textarea {
   width: 140px;
   color: #000;
}
textarea {
   height: 90px;
}

input#submit {
   width: auto;
}
