body 
{
  font-family: Calibri, Arial, Sans-Serif;
  text-align:center;
  background-image:url(background.jpg);
  background-position:center;
  background-repeat:repeat-y;
  margin:0;
  text-decoration: none;
  word-spacing: 0.15em;
  font-size: 9pt;
  letter-spacing: 0;
}

.thebox 
{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:900px;
  position:relative;
  z-index:1;
}

.content 
{
  color:black;
  font-size:1.1em;
  padding-left:30px;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 4px;
}

h2
{
    font-size: 10pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 4px;
}

table
{
    width: 100%;
    border: none;
    border-collapse: collapse;
}

td
{
    font-size: 10pt;
    vertical-align: top;
    padding-bottom: 15px;

}

p
{
    font-size: 10pt;
    margin-top: 2px;
    margin-bottom: 4px;
}

a
{
    font-size:10pt;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

img
{
    border : 0px;
}
