table#gpmt { 
  border-collapse: collapse;
  border-top: 1pt solid black;
  margin-top: 10px;
  border-bottom: 1pt solid black;
  margin-bottom: 10px;
}

table#gpmt tr#top { 
  border-bottom: 1pt solid black;
  font-weight: bold;
}

table#gpmt td { 
padding-left:10px;
}

table#gpmt td#cen, table#gpmt tr#top td { 
padding-left:10px;
text-align: center;
}

body {
  margin: 0;
  color: #081c5a;
  background-color: white;
  font: 12px sans-serif;
}

div#title {
  margin: 10px;
  padding: 0px;
  border: 0px;
}

div#title img {
  float: right;
  border-style: none;
  margin-top: 10px;
}

div#title h1 {
  font-size: 28px;
  line-height: 74px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: left;
}

div#title h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div#menu {
 margin-left: 1em;
 float: left; 
 width: 9em;/*120px;*/
/* margin-right: 10px;*/
}

div#menu a {
  display: block; 
  text-align: center; 
  font: bold 1em sans-serif;
  padding: 5px 0; 
  margin: 5px 0 0 0;
  text-decoration: none; 
  color: #081c5a;
  background-color: #efe;
}

div#menu a#here {
  background-color: #cec;
}

div#menu a:hover, div#menu a#here:hover {
  border-style: solid;
  border-width: 1px;
  padding: 4px; 
}

div#main {
  background-color: #fff;
  color: #081c5a;
  margin-left: 11em;
  margin-right: 1em;
}

div#main div { 
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #efe;
}


div#main h1 {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-indent: 5px;
  font-size: 14px;
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 1px 0;
}

div#main h2 {
  margin: 0;
  padding: 0;
  text-indent: 5px;
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 1px 0;
}

div#main h3 {
  font-size: 12px;
  font-weight: bold;
}

div#nav{
  margin: 3px 0px 0 0;
  padding: 2px 0px 0px 0;
  font-size: 10px;
  border-style: solid;
  border-width: 1px 0 0 0;
  word-spacing: 10px;
}

div a{                   /* links in the navigation bar */
  color: #b01c2e;
  text-decoration: none;
}

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

/* reference lists */
ol.refs li{ margin-bottom: 1.5ex }

/* acronyms */
acronym{ 
  font-style: inherit; /* avoid italics in some browsers */
  border-bottom: 1px dotted black;
}

dl.refs dt { text-transform: uppercase; }
dl.refs dd {  text-align: left; overflow: auto; margin-bottom: 1.5ex; }


