@charset "UTF-8";
/* CSS Document */

html, body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #141414;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.0rem;
	line-height: 1.35rem;
  font-weight: 300;
}
h1 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 2.3rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}
h2 {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}
h3 {
  font-weight: 300;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
p {
  font-size: 1.0rem;
  line-height: 1.35rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #006219;
}
a:hover {
  color: #DF0A0A
}
.copy_bold {
  font-weight: bold;
}
.green {
  font-weight: bold;
  color: #006219;
}
.warning {
  font-weight: bold;
  color: #DF0A0A;
}
.tableIntern {
  background-color: #EFEFEF;
  border-top: none;
}
.tableIntern tr {
  border-bottom: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
}

table {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 17px;
  line-height: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
table tr {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: 1px solid #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
table tr th {
  float: left;
  height: auto;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #EFEFEF;
  text-align: left;
}
table tr td {
  float: left;
  height: auto;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  text-align: left;
}