@charset "iso-8859-1";

ul, ol, p, h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

/* kill margins on sub-lists	 */

ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
list-style-type: none;
}

ol, li {
margin-left: 11px;
}

p {
  font-weight: 500;
  font-family: arial, helvetica, sans-serif;
  color: #000;
}

h1 {
  font-size: 160%;
  color: #009393;
}

h2 {
 color: #009393;
 font-size: 160%;
}

h3 {
 color: #009393;
 font-size: 140%;
}

h4 {
 color: #009393;
 font-size: 120%;
}

h5 {
 color: #009393;
 font-size: 100%;
}

h6 {
 color: #009393;
 font-size: 90%;
}

a, a:link, a:visited, a:active {
  color: #009393;
  text-decoration: none;
  font-weight: bold;
}

label {
 cursor: pointer;
}

table {
 border-style: solid;
 border-color: #009393;
 border-width: 0px;
}

td {
 border-style: solid;
 border-color: #009393;
 border-width: 1px;
}

/* in doc links need to match doc font size. */
.inpglink {
  font-size: 9pt;
}

.dlist {
text-align: left;
}

.dlist dd {
padding-bottom: 10px;
margin-left: 1px;
}