/* CSS Document */
body {
         font-family: Verdana, "sans-serif", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
         background: #E7E7E7;
         margin-left: 120px;
         margin-right: 120px;
}
p {
         font-size: 16px;
         line-height: 28px;
         margin: 14px 0px 14px 0px;
         display: block; /* inline-block; */
         text-align: justify;
         color: #333333
}
li {
         font-size: 16px;
         margin: 12px 0px 12px 0px;
         line-height: 26px;
         color: #333333
}
hr {
         color: #BBBBBB;
         background-color: #BBBBBB;
         border: dotted #BBBBBB
}
a:link {
         color: #333333;
         text-decoration: none
}
a:visited {
         color: #333333;
         text-decoration: none
}
a:active {
         color: #777777;
         text-decoration: none
}
a:hover {
         color: #777777;
         text-decoration: none
}
.frontpage {
         font-size: 48px;
         line-height: 52px;
         font-weight: bold;
         text-align: left;
         margin: 20px 0px 0px 25px;
         /*color: #333333*/
         color: #DDDDDD
}
.frontpagesub {
         font-size: 16px;
         line-height: 24px;
         font-weight: bold;
         text-align: left;
         margin: 10px 0px 20px 25px;
         /*color: #333333*/
         color: #DDDDDD
}
.page {
         font-size: 26px;
         line-height: 39px;
         font-weight: bold;
         text-align: left;
         margin: 20px 0px 0px 0px;
         /*color: #333333*/
         color: lightslategray
}
.page:after {
         content: ' ';
         display: block;
         height: 15px;
         border-bottom: 6px solid #BBBBBB;
}
.pagesub {
         font-size: 20px;
         line-height: 32px;
         font-weight: bold;
         text-align: left;
         margin: 20px 0px 20px 0px;
         /*color: #333333*/
         color: lightslategray
}
.sub {
         font-size: 15px;
         font-weight: bold;
         line-height: 50px;
         display: block; /* inline-block; */
         text-align: left;
         color: #333333
}
.sub_ind {
         font-size: 15px;
         font-weight: bold;
         line-height: 30px;
         margin-left: 25px;
         display: list-item;
         list-style-position: outside;
         text-align: left;
         color: #333333
}
.p_bold {
         font-weight: bold;
         color: #333333
}
.p_ind {
         margin: 12px 25px 12px 25px;
}
.p_indb {
         margin: 12px 25px 12px 25px;
         display: list-item;
         list-style-position: outside
}
.sec {
         font-size: 18px;
         line-height: 25px;
         margin-top: 25px;
         font-weight: bold;
         text-align: left;
         color: #333333
}
.sec:after {
         content: ' ';
         display: block;
         height: 15px;
         border-bottom: 6px solid #BBBBBB;
}
.secold2:after {
         content: ' ';
         display: block;
         height: 15px;
         border-bottom: 1px solid black;
}
.cap {
         font-size: 12px;
         font-weight: bold;
         color: #333333
}
.cap_r {
         font-size: 12px;
         font-weight: bold;
         color: #333333;
margin-right: 25px;

         text-align: right
}
.c-t {
         /* border-collapse: collapse; */
         border: 5px;
         margin: 20px 0;
         min-width: 400px
}
.c-t th, .c-t td {
         background-color: #ffffff;
         padding: 5px 15px 5px 15px;
         font-family: Verdana, "sans-serif", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
         font-size: 14px;
         text-align: left
}
.so1 {
         text-align: center;
         font-size: 25px;
         font-weight: bold;
         margin: 20px 0px 0px 0px;
         color: #333333
}
.so2 {
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         line-height: 15px;
         margin: 0px 0px 10px 0px;
         color: #333333
}
.so3 {
         text-align: left;
         font-size: 10px;
         line-height: 12px;
         color: #333333
}
.ret {
         text-align: left;
         font-size: 10px;
         background-color: lightgrey;
         font-weight: bold;
         line-height: 15px;
         margin: 0px 0px 50px 0px;
         color: white
}