

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

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

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

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: 10px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  }

P {
  color: Black;
  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: 10pt;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
  }

P.center {
  color: Black;
  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: 10pt;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  }

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

UL {
  color: Navy;
  list-style: square;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0pt;
  margin-bottom: 20pt;
  margin-left: 20pt;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  }

LI {
  margin-top: 0pt;
  margin-bottom: 3pt;
  margin-left: 0pt;
  padding-left: 0pt;
  }


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


.footnotestyle {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  }

.footnotecenter {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  }


.downloadlink {
  color: Navy;
  line-height: normal;
  background: none;
  text-decoration: none;
  }
 
.downloadlink:hover {
  color: White;
  background: Maroon;
  }

.extlink {
  color: Black;
  background: Silver;
  text-decoration: none;
  }
 
.extlink:hover {
  color: White;
  background: Black;
  }

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

.sublinkline {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-indent: 0pt;
  margin-top: 0pt;
  margin-bottom: 10pt;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  }

.sublinkactive {
  color: Black;
  background-color: #CCFFFF;
  text-decoration: none;
  margin-left: 5pt;
  margin-right: 5pt;
  padding-left: 3pt;
  padding-right: 3pt;
  }

.sublinkactive:visited {
  color: Black;
  background-color: #CCFFFF;
  text-decoration: none;
  }

.sublinkactive:hover {
  color: Black;
  background-color: #CCFFFF;
  text-decoration: none;
  }

.sublinkinactive {
  color: White;
  background-color: Blue;
  text-decoration: none;
  margin-left: 5pt;
  margin-right: 5pt;
  padding-left: 3pt;
  padding-right: 3pt;
  }

.sublinkinactive:visited {
  color: White;
  background-color: Blue;
  text-decoration: none;
  }

.sublinkinactive:hover {
  color: Red;
  background-color: #FFF18E;
  text-decoration: none;
  }

