/* CSS Document */

h1
{ 
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}


div.text
{
  padding: 0px 60px 30px 60px;
}


h4
{
  font-size: .95em;
  font-weight: bold;
  padding-bottom: 3px;
}



p.summary
{
  font-size: .75em;
  color: #545454; /* dark grey */
  padding-bottom: 10px;
  line-height: 1.5em;
}

h5
{
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-top: 10px;
  color: #545454; /* dark grey */
  border-top: 1px solid #545454; /* dark grey */
}

p.legal
{
  font-size: .7em;
  color: #545454; /* dark grey */
  padding-bottom: 10px;
  line-height: 1.5em;
}
