body,p,td,div {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

body {
  overflow:scroll;
}

.link {
  width:163px;
  height:30px;
}

table {
  margin:0 auto;
}

.content {
  vertical-align:top;
  padding:3px;
}

.copyright {
  vertical-align:top;
  text-align:center;
  padding-top:5px;
  font-size:8pt;
}

.heading {
  text-align:center;
}

body {
  text-align:center;
}

h1 {
  font-size: 13pt;
  font-weight: bold;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
}

#outer {height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */


