body {  
  background-color: white;  
  color: black;  
  font-family: Arial, Verdana, sans-serif;  
  font-size: 10pt;
}

li {
  padding-top: 5px;
}

a:link {  
  color: #004080;  
  font-family: Arial, Verdana, sans-serif;  
  font-weight: bold;  
  text-decoration: underline;
}

a:visited {  
  color: #004080;  
  font-family: Arial, Verdana, sans-serif;  
  font-weight: bold;  
  text-decoration: underline;
}

a:hover {  
  color: red;  
  font-family: Arial, Verdana, sans-serif;  
  font-weight: bold;  
  text-decoration: none;
}

.ph1 {  
  font-size: 12pt;  
  font-weight: bolder;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: initial;  
  background-color: #ffffe7;  
  height: 40px;  
  padding-left: 10px;  
  vertical-align: middle;  
  padding-top: 20px;
  border-radius: 0px 0px 0px 0px;
}

.indent1 {
  margin-left: 10px;
}

.indent2 {
  margin-left: 20px;
}

.indent3 {
  margin-left: 30px;
}

.indent4 {
  margin-left: 40px;
}

.indent5 {
  margin-left: 50px;
}

.indent6 {
  margin-left: 60px;
}

.padtop1 {
  margin-top: 10px;  
}

.padtop2 {
  margin-top: 20px;  
}

.padtop3 {
  margin-top: 30px;  
}

.topic {  
  font-weight: bolder;  
  color: #000084;  
}

.alert {  
  font-weight: bolder;  
  color: red;  
}

.highlight {
  font-weight: bold;  
  color: #0000FF;
}

.code {
  color: #008000;
  font-family: courier;  
  font-size: 10pt;  
  font-weight: normal;  
  background-color: #e1e1e1;  
  height: auto;  
  font-family: Arial, Helvetica, sans-serif;  
  border-top-width: thin;  
  border-top-style: solid;  
  border-top-color: #666666;  
  border-right-width: thin;  
  border-right-style: solid;  
  border-right-color: #666666;  
  border-bottom-width: thin;  
  border-bottom-style: solid;  
  border-bottom-color: #666666;  
  border-left-width: thin;  
  border-left-style: solid;  
  border-left-color: #666666;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
}

.normal {
  font-size: 10pt;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
}

.bold {
  font-weight: bolder;
}
