/* MAIN TAGS */
html {
  height: 100%;
}

body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 10pt;
  background-color: white;
  height: 100%;
  padding: 0px;
  /*margin: 0px*/
  margin-top: 5mm; 
  margin-left: 3mm	
}

a, a:visited, a:active {
  color: #000033;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #333366;
  text-decoration: none;
}


body {
  /*position: absolute;*/
  /*top: 5em;*/
  /*left: 8.4em;*/
  /*top: 75px;*/
  /*left: 115px;*/

  height: 100%;
  font-family: "Trebuchet MS", Arial, sans-serif;
  voice-family: "\"}\"";
  voice-family: inherit;
  /*margin-right: 221px;*/
}

h1 {
  margin-top: 0px;
  /*font-size: 18px;*/
  font-size: 1.3em;
}
	
h2 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #46596f;
  margin-bottom: 0px;
  margin-top: 0px;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  font-family: "Trebuchet MS", Arial, sans-serif
  font-size: 0.9em;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-left: 0px;
  padding-bottom: 6px;
  line-height: 150%;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}

li {
  /*font-size: 14px;*/
    font-size: 0.9em;
  margin-top: 0px;
  margin-left: -12px;
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 0px;
  line-height: 150%;
}

ul {
  padding-bottom: 15px;
}

ol li ol {
  list-style-type: lower-roman;
  /*margin-left: 32px;*/
  /*margin-left: 2.2em;*/
}

ol li ol li {
  font-size: 1em;
  line-height: 140%;
}

a, a:visited, a:active {
  color: blue;
  font-weight: bold;
  border-bottom: 1px solid blue;
  text-decoration: none;
}

a:hover {
  /*background-color: #F0F8FF;*/
  background-color: #F3F6F9;
  color: #000033;
  border-bottom: none;
  text-decoration: none;
}