@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px grey;  }
   100% { box-shadow: 0px 0px 0px grey;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.Text_on_white
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: underline;
}
a.Text_on_white:visited
{
   color: #800080;
   background: #FFFFFF;
   text-decoration: underline;
}
a.Text_on_white:active
{
   color: #800080;
   text-decoration: underline;
}
a.Text_on_white:hover
{
   color: #00BFFF;
   text-decoration: none;
}
a.White_on_blue
{
   color: #FFFFFF;
   background: #0183D7;
   text-decoration: none;
}
a.White_on_blue:visited
{
   color: #FFFFFF;
   background: #0183D7;
   text-decoration: none;
}
a.White_on_blue:active
{
   color: #FFFFFF;
   background: #0183D7;
   text-decoration: none;
}
a.White_on_blue:hover
{
   color: #00008B;
   text-decoration: underline;
}
a.Blue_bold
{
   color: #1E90FF;
   text-decoration: underline;
}
a.Blue_bold:visited
{
   color: #1E90FF;
   text-decoration: underline;
}
a.Blue_bold:active
{
   color: #1E90FF;
   text-decoration: underline;
}
a.Blue_bold:hover
{
   color: #1E90FF;
   font-weight: bold;
   text-decoration: none;
}
a.Grey_bold
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
}
a.Grey_bold:visited
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
}
a.Grey_bold:active
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
}
a.Grey_bold:hover
{
   color: #1E90FF;
   font-weight: bold;
   text-decoration: none;
}
a.White_on_dark_blue
{
   color: #FFFFFF;
   background: #2A3841;
   text-decoration: none;
}
a.White_on_dark_blue:visited
{
   color: #FFFFFF;
   background: #2A3841;
   text-decoration: none;
}
a.White_on_dark_blue:active
{
   color: #FFFFFF;
   background: #2A3841;
   text-decoration: none;
}
a.White_on_dark_blue:hover
{
   color: #1E90FF;
   text-decoration: none;
}
a.Blue-tel
{
   color: #00286B;
   font-weight: bold;
   text-decoration: none;
}
a.Blue-tel:visited
{
   color: #00286B;
   font-weight: bold;
   text-decoration: none;
}
a.Blue-tel:active
{
   color: #00286B;
   font-weight: bold;
   text-decoration: none;
}
a.Blue-tel:hover
{
   color: #0099FF;
   font-weight: bold;
   text-decoration: underline;
}
a.style1
{
   color: #FFFFFF;
   background: #00BFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #FFFFFF;
   background: #00BFFF;
   text-decoration: none;
}
a.style1:active
{
   color: #FFFFFF;
   background: #00BFFF;
   text-decoration: none;
}
a.style1:hover
{
   color: #00286B;
   background: #00BFFF;
   text-decoration: underline;
}
a.style2
{
   color: #002868;
   font-weight: bold;
   text-decoration: none;
}
a.style2:visited
{
   color: #002868;
   font-weight: bold;
   text-decoration: none;
}
a.style2:active
{
   color: #002868;
   font-weight: bold;
   text-decoration: none;
}
a.style2:hover
{
   color: #0099FF;
   font-weight: bold;
   text-decoration: none;
}
a.Blue-tel-pln
{
   color: #00286B;
   text-decoration: none;
}
a.Blue-tel-pln:visited
{
   color: #00286B;
   text-decoration: none;
}
a.Blue-tel-pln:active
{
   color: #00286B;
   text-decoration: none;
}
a.Blue-tel-pln:hover
{
   color: #0099FF;
   text-decoration: underline;
}
a.style3
{
   color: #0099FF;
   font-weight: bold;
   text-decoration: none;
}
a.style3:visited
{
   color: #0099FF;
   font-weight: bold;
   text-decoration: none;
}
a.style3:active
{
   color: #0099FF;
   font-weight: bold;
   text-decoration: none;
}
a.style3:hover
{
   color: #002868;
   font-weight: bold;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (min-width: 360px) and (max-width: 479px)
{
}
@media only screen and (max-width: 359px)
{
}
