/* CSS Document */


h1
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 30px 0px 30px;
  color: #008a0f; /* dk green text */
}

h2
{
  font-size: 1.0em;
  font-weight: normal;
  padding: 10px 30px 0px 30px;
}

p
{
  font-size: .8em;
  line-height: 16px;
  padding: 0px 40px 0px 10px;
}


p a
{
  text-decoration: none;
}

table
{
  margin: 30px 50px 30px 50px;
}

table tr td
{
  vertical-align: top;
}

table tr td.logo
{
  width: 200px;
}

table tr td.logo p.image
{
  text-align: center;
  padding: 0px;
}

img
{
  margin-bottom: 40px;
  border: 1px solid #ababab; /* med grey */
}

p.credit
{
  padding-top: 10px;
}
