/* line 7, ../sass/newsletter-mail.scss */
body {
  background-color: #FAFAFA;
}

/* line 11, ../sass/newsletter-mail.scss */
table {
  border: none;
  padding: 0;
  background-color: #FFFFFF;
  margin: auto;
}
/* line 18, ../sass/newsletter-mail.scss */
table#content {
  padding: 5px;
}
/* line 22, ../sass/newsletter-mail.scss */
table#content, table#header, table#footer {
  width: 600px;
}

/* line 27, ../sass/newsletter-mail.scss */
td {
  color: #08304E;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 17px;
  text-align: justify;
}
/* line 34, ../sass/newsletter-mail.scss */
td #header {
  padding: 0;
}

/* line 39, ../sass/newsletter-mail.scss */
a {
  color: #7F2613;
  text-decoration: none;
}

/* line 44, ../sass/newsletter-mail.scss */
a:hover {
  text-decoration: underline;
}

/* line 52, ../sass/newsletter-mail.scss */
h1 {
  font-family: Helvetica, Arial, sans-serif;
  color: #7F2613;
  font-size: 25px;
  font-weight: 100;
  padding: 0 0 13px 0;
  line-height: 27px;
}

/* line 61, ../sass/newsletter-mail.scss */
h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}

/* line 67, ../sass/newsletter-mail.scss */
h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #7F2613;
}

/* line 74, ../sass/newsletter-mail.scss */
h4 {
  color: #7F2613;
  padding: 5px;
  font-weight: bold;
}

/* line 80, ../sass/newsletter-mail.scss */
h5 {
  color: #08304E;
  padding: 5px;
  font-weight: bold;
}

/* line 90, ../sass/newsletter-mail.scss */
#footer {
  font-size: 8px;
  color: #7F2613;
  text-align: center;
}

/* line 96, ../sass/newsletter-mail.scss */
.flasherror,
.flashinfo {
  margin: 16px 4px;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

/* line 107, ../sass/newsletter-mail.scss */
.flasherror {
  color: #7F2613;
  background-color: #f2e9e7;
}

/* line 112, ../sass/newsletter-mail.scss */
.flashinfo {
  color: #08304E;
  background-color: #e8ecf1;
}

/* line 117, ../sass/newsletter-mail.scss */
.color1 {
  color: #08304E;
}

/* line 121, ../sass/newsletter-mail.scss */
.color2 {
  color: #7F2613;
}
