/* CSS Document */
html{
height:100%;
margin:0;
padding:0;
}

document, body {
margin: 0;
padding: 0;
height: 100%;
color:#000000;
background-color:#fff;
line-height: 22px;
}


table{
  height:100%;
  width: 100%;
}

.text{
  font-family:Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size:14px;
  display: block;
  margin: 38px 40px 38px 40px;
}

#tableFooter{
  height:100%;
  width: 100%;
}

h1{font-size: 12pt; font-weight: bold; line-height: 20px;}
h2{font-size: 18pt;}
h3{margin: 20px 0px 0px 0; padding: 0px;}

a{
  font-weight: bold;
  color: #004080;
  text-decoration: none;
}

a:hover{
  color: #008040;
  text-decoration: underline;
}

p{
  margin: 0px;
  padding: 0px;
}
.address{
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  line-height: 20px;
}
