body {
  margin: auto;
  font-family: "Verdana", "sans serif";
  font-size: 9pt;
}

tt {font-size: 10pt;}

.outer {
  width: 100%;
}
.banner {
  width: 100%;
  text-align: center;
}
.navbar {
  width: 100%;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 8pt;
  line-height: 1.5em;
  background-color: #208ccc;
}
a.navbar:active  { text-decoration: none; padding-left: 1em; padding-right: 1em; color: white;}
a.navbar:link    { text-decoration: none; padding-left: 1em; padding-right: 1em; color: white;}
a.navbar:visited { text-decoration: none; padding-left: 1em; padding-right: 1em; color: white;}
a.navbar:hover   { text-decoration: none; padding-left: 1em; padding-right: 1em; color: #208ccc; background: white;}

.content {
  padding-left: 1em; padding-right: 1em;
  vertical-align: top;
  text-align:left;
}

DL {margin-left: 2em;}

H1,H3 {text-align: center;}
LI {margin-bottom: 6px;}

.plain {}
DT.plain {font-weight: normal;}
a.plain         {color: black; text-decoration: none; }
a.plain:link    {color: black; text-decoration: none; }
a.plain:visited {color: black; text-decoration: none; }
a.plain:hover   {color: #208ccc; text-decoration: underline;}

.top {
	font-size: 10pt;
	color: #208ccc;
	line-height: 1.5em;
}
a.top         {color: #208ccc; text-decoration: none; }
a.top:link    {color: #208ccc; text-decoration: none; }
a.top:visited {color: #208ccc; text-decoration: none; }
a.top:hover   {color: #208ccc; text-decoration: underline;}

.footer {
  font-size: small;
  text-align: center;
}

.b {font-weight: bold;}
.bt {font-weight: bold; color: #208ccc;}

.box {
  border: black solid 1px ;
  background: #ddd;
  margin-right: 10%;
  text-indent: 10px;
  border-collapse: collapse;
}

.cell {
  border: black 1px solid;
  padding-right: 10px;
}

.head {text-align:left;}

.ii {
  font-family: monospace;
  font-size: 9pt;
}

/*
.more {
  font-size: 11pt;
  color: red;
  font-style: italic;
}

TT {
  font-family: monospace;
  font-size: 10pt;
}


.ii {
  font-family: monospace;
  font-size: 10pt;
}


.limit {margin-left: 2em;}
*/