﻿body {
  background: #FFFFFF;
  color: #121868;
  font-size: 1em;
  font-family: "Ubuntu";
  font-weight: normal;
  padding: 0px;
  text-align: center;
}
.main-div {
  text-align: center;
  /*background: #FFFF00;*/
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dvblack {
  text-align: center;
  background: #000000;
}


.dvred {
  text-align: center;
  background: #FF0000;
}



h1 {
    color: #2e55f0;
    font-size: 1.4em;
	font-family: "Ubuntu";
	font-weight: bold;
    text-align: center;
	padding: 10px 20px 10px 20px;
	border-left: 4px solid #2e55f0;
	border-bottom: 1px solid #2e55f0;
	box-shadow: 2px 8px 9px 2px #666666;
	margin: 0px 0px 12px 0px;
}

h2 {
    color: #2e55f0;
    font-size: 1.4em;
    text-align: center;
	text-decoration: none;
	padding: 10px 10px 12px 10px;
}






.ttl {
    color: #121868;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 40px 0px 40px 0px;
}

.ttl2 {
    color: #bb1d2c;
    text-align: left;
  
  font-size: 1.4em;
  font-weight: bold;
  padding: 40px 0px 40px 0px;
}


.txt1 {
  text-align: left;
}





#top_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;

  min-height: 60px;  
  background: #FFFFFF;
}


#to_top {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 20px;
    z-index: 1100;
    color: #121868;
    font-size: 2em;
    max-width: 80px;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    display: block;
}

#btm_info {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    /*left: 20px;*/
    z-index: 1600;
    color: #FFFFFF;
    font-size: 0.8em;
    max-width: 340px;
    padding: 10px 10px 10px 10px;
    background: red;
    display: block;
}




.hdr {
  background: #121868;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0px;
  height: 6px;
}

.hdr_lnks {
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px 20px 10px;
}
.ftr_lnks {
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px 20px 10px;
}


.hdr_logo {
    max-height: 260px;
    border: 0px;
    padding: 0px;
}



.hdr_lnk {
    color: #121868;
    font-size: 1em;
    font-family: "Open Sans";
    font-weight: bold;
    padding: 0px;
}
.img_lnk {
  border: 0;
  text-align: center;
  vertical-align: middle;
  margin: 10px 10px 10px 10px;
}

a:link, a:visited {
    color: #121868;
    text-align: center;
    text-decoration: none;
}

a:hover, a:active {
    color: #B0002E;
}



a.lnk_1:link, a.lnk_1:visited {
    font-size: 2.4em;
    font-family: "Open Sans";
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background: #121868;
    border: 2px;
    padding: 10px 20px 10px 20px;
}

a.lnk_1:hover, a.lnk_1:active {
    color: #121868;
    background: #FFFFFF;
}



a.lnk_info:link, a.lnk_info:visited {
    font-size: 1.4em;
    font-family: "Ubuntu";
    color: #121868;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border: 2px;
    padding: 10px 20px 10px 20px;
}

a.lnk_info:hover, a.lnk_info:active {
    color: #FFFFFF;
    background: #121868;
}



footer {
    color: #66666;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    /*position: -webkit-sticky;
    position: sticky;
    bottom: 0;*/
}