
/************************/
/* Standard Layout Tags */
/************************/

BODY {
  background-color: #DDDDDD;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  color: Black
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: normal;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  }

H1 {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  }

H2 {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  }

P {
  color: Navy;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  text-indent: 0pt;
  margin-top: 0pt;
  margin-bottom: 5pt;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
  }



/**********************/
/* Custom Layout Tags */
/**********************/

.linkactive {
  color: Black;
  background-color: White;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }

.linkactive:visited {
  color: Black;
  background-color: White;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }

.linkactive:hover {
  color: Black;
  background-color: White;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }

.linkinactive {
  color: Black;
  background-color: transparent;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }

.linkinactive:visited {
  color: Black;
  background-color: transparent;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }

.linkinactive:hover {
  color: White;
  background-color: #666666;
  text-decoration: none;
  padding-left: 0pt;
  padding-right: 0pt;
  }
