﻿/* Document */

div.Document
{
  margin: 0px 20px 10px 15px;
}

div.Document p
{
  margin: 0px 0px 10px 0px;
  line-height: 1.5em;
}

div.Document blockquote
{
  line-height: 1.5em;
}

div.Document ul
{
  margin-left: 26px;
  margin-top: 0;
}

div.Document li
{
  line-height: 1.5em;
}

div.Document h2
{
  font-size: 1.3em;
  font-weight: bold;
  color: #D31F28;
  margin: 0 0 5px 0;
  text-align: center;
}

div.Document h3
{
  font-size: 1.2em;
  font-weight: bold;
  color: #D31F28;
  margin: 0;
}

/* =Testimonials
----------------------------------------------- */

.testimonials
{
  list-style-type: none;
  margin: 4px;
}

.testimonials blockquote
{
  margin: 0 00 1em 0;
  overflow: hidden;
  padding-right: 2px;
}

.testimonials blockquote p
{
  font: italic 1em/1.5em Georgia;
  padding: 10px;
}

div.Address span.Author, div.Address span.Region, div.Address span.Country, div.Address span.Date
{
  color: #D31F28;
  font-weight: bold;
}

