/*
**  DTML instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
** **   
**   
**   
**   
** */

body.newsletter {
  background-color: #8DA499;
  margin-top: 0px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin-top: 2px;
  line-height: 1.5em;
}
.newsletterBlock {
  font-size: 12px;
  margin-top: .2em;
}
.newsletterDesc {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #000000;
  margin-left: 0.5em 0em 1em 2em;
  text-align: justify;
  line-height: 1.5em;
}

a.newsletter_link {
  font-size: 12px;
  font-weight: bold;
  color: #058343;
  display: block;
  text-decoration:none;
}

.leftColumn {
  padding-left: 5px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

h2 {
  color: #18361C;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  
  color: black;
  font-size: 12px;
  font-weight: bold;
}

.newsletterTable {
  border: 1px solid black;
}

