body {
background-image : url('images/bgmain_big.jpg'); 
background-position : top center; 
text-align : center; 
margin-top : 0; 
margin-right : 10px; 
margin-bottom : 0; 
font-family : arial; 
} 

table {
border-spacing: 0px;
}

li {color: #780808;}

a.link {COLOR: #780808; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
a.link:link {COLOR: #780808; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
a.link:visited {COLOR: #780808; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
a.link:hover {COLOR: #df4900; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
a.link:active {COLOR: #780808; FONT-FAMILY: Verdana; TEXT-DECORATION: none}

a.mlink {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 10px; TEXT-DECORATION: none}
a.mlink:link {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 10px; TEXT-DECORATION: none}
a.mlink:visited {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 10px; TEXT-DECORATION: none}
a.mlink:hover {COLOR: #f1d73d; FONT-FAMILY: Verdana; FONT-SIZE: 10px; TEXT-DECORATION: none}
a.mlink:active {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 10px; TEXT-DECORATION: none}

a.blink {COLOR: #000000; TEXT-DECORATION: none; font-weight: 600;}
a.blink:link {COLOR: #000000; TEXT-DECORATION: none}
a.blink:visited {COLOR: #000000; TEXT-DECORATION: none}
a.blink:hover {COLOR: #c6341c; TEXT-DECORATION: none}
a.blink:active {COLOR: #000000; TEXT-DECORATION: none}
  
a.clink {COLOR: #000000; TEXT-DECORATION: none}
a.clink:link {COLOR: #000000; TEXT-DECORATION: none}
a.clink:visited {COLOR: #000000; TEXT-DECORATION: none}
a.clink:hover {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold}
a.clink:active {COLOR: #000000; TEXT-DECORATION: none}

div.top {position:relative;}
div.left {float:left;}
div.img1 {top:5px; left:10px;}
div.img2 {top:15px; left:0px;}
div.img3 {top:15px; left:-60px;}
div.txt0 {color:#07193d;font-size:20px;font-style:italic;line-height:1.1em;}
div.txt1 {color:#07193d; font-size: 21px; FONT-FAMILY:Verdana; font-weight:bold; top:15px; left:10px;}
div.txt2 {color:#07193d; font-size: 19px; FONT-FAMILY:Verdana; font-weight:bold; top:8px; left:5px; top: 4px;}
div.txt3 {color: black; font-size: 13px; font-style:italic; top:12px; line-height: 1em;}
div.txt4 {color:#07193d;font-size:24px;font-weight:bold;font-style:italic;line-height:1.1em;}
.txt_num {color:#000000; font-size:16px; line-height: 1em; font-weight: bold;}
ol.self-counter {
    list-style: none;
    counter-reset: my-counter;
    padding: 0;
  }

  li.txt_num {
    counter-increment: my-counter;
    margin-bottom: 5px;
    margin-top: 40px;
  }

  li.txt_num::before {
    content: counter(my-counter) ".";
    display: inline-block;
    width: 20px;
    text-align: left;
  }
div.txt_footer {color:#ffffff; font-size:16px; line-height: 1em; font-weight: bold;}

div.txt_h1 {color: #014282; font-size: 18px; font-weight: bold;}

.fixed { position: fixed; top: 40px; left: 45%; width: 205px; height: auto; text-align: left; margin-top: 200px; margin-left: -490px; background: #fdfcfbd1;
    border: 2px solid #828282;
    border-radius: 8px;
    box-shadow: 5px 4px 9px 1px #828282;}
.fixed a { font-size: 11px; font-weight: bold;}
.fixed ul { position: relative; left: -17px; line-height: 1em; top: 7px; margin-top: 0; text-indent: -6px; }

.footer_txt { color: #000000; font-size:11px; margin-top: 50px; display: block;}
table td.footer { text-align: center; padding: 5px; line-height: 0.8em; }

table.tab {border-color: #c2c2c2; border-style: solid;}
table.tab th {border: 1px #c2c2c2 solid; text-align: center; font-size: 20px; font-weight: bold;}
table.tab td {color: #303030; border: 1px #d4d4d4 solid;}

#maintext li {color: #000000;}

h1 {font-size: 1em; font-weight: normal; font-style: italic; margin-top: 0px;  margin-bottom: 0px;}
h2 {font-size: 1em; margin-top: 0px; margin-bottom: 0px;}
h3 {font-size: 1em; margin-top: 0px; margin-bottom: 0px; font-style: italic;}

hr {margin-top: 25px; }

.img_wrapper {
  margin-bottom: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-item {
    flex: 30%;
    width: 30%;
    text-align: center;
}

.gallery-item + .gallery-item {
    margin-left: 2px;
}

.gallery-image img {
    object-fit: cover;
    width: 210px;
    height: 250px;
}

.gallery-person {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.item-wrapper {
    padding: 9px;
}

.gallery-desc {
  margin-top: 10px;
}

.gallery.gallery-partner {
  align-items: center;
}

.partner img {
  height: 150px;
  object-fit: contain;
}

.about img {
    object-fit: cover;
    width: 220px;
    height: 150px;
}

.extra {
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 650px;
}

.extra img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}

.extra h2 {
  margin-bottom: 20px;
}

.extra .download {
  width: 150px;
    background: #4f44ff;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
}

.extra .download a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}

.txt_h1 a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

embed {
  width: 680px;
  height: 1000px;
}

.embed-responsive img,
embed + embed {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
}

ol li {
    margin: 10px 0;
    line-height: 1.2;
}
