﻿
/* General
-------------------------------------------------------*/

body, td {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11px;

}

p {
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-top: 8px;
}

ul 
{
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px; 
}

a {
text-decoration: none;
color: #800e0b;
}

a:hover {
text-decoration: underline;
color: #800e0b;
}


a img {
  border: none;
}

.noborder {
  border: none;
}

h1,
h2,
h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #000;
  font-family:Verdana;
  font-variant:small-caps;
  border-bottom: solid 0px #28502B;
  font-weight: normal;
  font-size: 1.7em; 
  letter-spacing: 0.20em;
  clear: both;
}

h2 {
  color: #000;
  font-family:Verdana;
  font-variant:small-caps;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px dotted #000;
}

h3 {
  color: #2F5234;
  font-weight: normal;
  font-size: 1.4em;
}

.print_only {
  display: none;
}
