<style type="text/css">

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}

::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


h3 {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  color: #e83535;
  letter-spacing: 1.0px;
  line-height: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.Box-Line {
  Overflow: visible;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #0085ad;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.Footer {
  Overflow: visible;
  width: auto;
  max-width: 1300px;
  background: url("../images/footer.png") no-repeat top;
  margin-top: -7px;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1.0px;
  line-height: 18px;
  font-weight: normal;
  padding: 25px;
}

.Content-Box {
  width: calc(100% - 0px);
  z-index: 10000;
  height: auto;
  background: white;
  text-align: center;
  -webkit-box-shadow: rgb(56, 56, 56) -1px 4px 15px;
  box-shadow: rgb(56, 56, 56) 0px 5px 10px;
  padding-top:15px;
}

.Box-Bottom {
  margin-top: -60px;
  width: calc(100% - 0px);
  height: 100px;
  z-index: -10000;
  border-radius: 30% / 40%;
  -webkit-box-shadow: rgb(56, 56, 56) -4px 0px 5px;
  box-shadow: 0px 4px 3px rgba(0,0,0,0.4);
  border: none;
}

.Box-Text-Large {
  font-family: 'gotham_boldregular', helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 10px;
}


.Box-Text-Comp {
  font-family: 'gotham_boldregular', helvetica, sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 28px;
  font-weight: bold;
  padding-top: 10px;
}

.Box-Copyright-Text {
  font-family: 'gotham_boldregular', helvetica, sans-serif;
  font-size: 7px;
  color: #30353d;
  letter-spacing: 1px;
  font-weight: light;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: -20px;
}




.Box-Headline-Text {
  font-family: 'gotham_boldregular', helvetica, sans-serif;
  font-size: 16px;
  color: #007ede;
  letter-spacing: 1.5px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;

}

.Box-Date-Text {
  font-family: 'gotham_boldregular', helvetica, sans-serif;
  font-size: 12px;
  color: #808285;
  letter-spacing: 1.5px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.Box-Main-Text {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  color: #30353d;
  letter-spacing: 1.0px;
  line-height: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.Box-Main-Text-Red {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  color: red;
  letter-spacing: 1.0px;
  line-height: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.Box-Main-Text-Small {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  color: #30353d;
  letter-spacing: 1.0px;
  line-height: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.Comp-Main-Text-Small {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #30353d;
  letter-spacing: 1.0px;
  line-height: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-left:0px;
  padding-right: 0px;
}


a.Nav-Links:link {
  font-family: Verdana;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}
a.Nav-Links:visited {
  font-family: Verdana;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}
a.Nav-Links:hover {
  font-family: Verdana;
  font-size: 15px;
  color: #007ede;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration:none ;

}

a.Footer-Links:link {
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}
a.Footer-Links:visited {
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}
a.Footer-Links:hover {
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration:none ;
}

img {
  max-width: calc(100% - 0px);
  height: auto;
}

.boxsizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#textbox {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:block;/*reset from inline*/
  width:90%;
  margin:0;/*remove defaults*/
  padding:4px;
  border:1px solid #333;
  overflow-y:auto;/*resets IE*/
  overflow-x:hidden;/*resets IE*/
  margin-left: 20px;
}

.Box-Header {
  margin-left: 0px;
  text-align: left;
  overflow: visible;
  width: calc(100% - 0px);
  height: auto;
  padding-bottom: 12px;
  border: 0px none rgb(160, 160, 160);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 3;
  pointer-events: auto;
  -webkit-box-shadow: rgb(56, 56, 56) -1px 4px 15px;
  box-shadow: rgb(56, 56, 56) -1px 4px 15px;
  font-family: helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: normal;
}


.Form_Error{
font-family: Helvetica;
font-size: 9px;
color: red;
line-height: 1.2em;
}



