body, td, input, select, textarea {
  font-family: Arial, Helvetica;
}

body {
  color: #111111;
}
body.mceContentBody{
  font-size: 1.0em;
  width: 588px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}


p {
  font-size: 0.82em;
  margin: 5px 0px 12px 0px;
  letter-spacing: 0.2px;
  line-height: 1.1em;
}
p.small, span.small {
  font-size: 0.75em;
}
img {
  border: 1px solid black;
}
a img {
  border: none;
}
ol {
  list-style-type: decimal;
  padding: 0 0 0 30px;
  font-size: 0.82em;
}
ul {
  list-style-type: disc;
  padding: 0 0 0 25px;
  font-size: 0.82em;
}
ul li {
  padding-left: 5px;
}
li {
  padding: 3px 0 3px 0;
  line-height: 1.1em;
}
a {
  color: #d6000f;
  text-decoration: none;
}
a:hover {
  color: #d6000f; 
  text-decoration: underline;
}
a:visited {
  color: #d6000f; 
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #178c00;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #178c00;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
  color: #178c00;
}

.image_left {
  float: left;  
  margin: 0 15px 5px 0px;  
}
.image_right {
  float: right;
  margin: 0 0px 5px 15px;  
}

h1, h2, h3, h4, h5, p, hr, label, textarea, input, button {
  padding: 0 5px 0 5px;
}

h1 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 1.6em;
  color: #178c00;
  margin: 10px 0px 10px 0px;
  background-color: transparent;
}
h2 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 1.1em;
  letter-spacing: 0.1px;
  font-weight: bold;
  color: #178c00;
  margin: 10px 0px 10px 0px;
  background-color: transparent;
}
h3 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 1.0em;
  font-weight: bold;
  color: #178c00; 
  margin: 7px 0px 7px 0px;
  background-color: transparent;
}
h4 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 0.9em;
  color: #178c00; 
  margin: 7px 0px 7px 0px;
  background-color: transparent;
}

hr {
  display: block;
  position: relative; float: left;
  width: 580px;
  border: 2px solid #eacf8b;
  margin: 20px 5px 20px 5px;
}


