a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.style1
{
   color: #191970;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after,
a.style1::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #0000FF;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style1::before
{
   top: -2px;
   -webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.style1::after
{
   bottom: -2px;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
}
a.style1:hover::after,
a.style1:hover::before
{
   background: #0000FF;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.style1:visited
{
   color: #000080;
   text-decoration: none;
}
a.style1:active
{
   color: #00008B;
   text-decoration: none;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #FFA500;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 2px 2px 2px rgba(128,128,128,1.00);
   -moz-text-shadow: 2px 2px 2px rgba(128,128,128,1.00);
   text-shadow: 2px 2px 2px rgba(128,128,128,1.00);
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}
.paragraph-01
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #3F70B2;
   background-color: transparent;
}
.green-paragraph
{
   font-family: Arial;
   text-decoration: none;
   color: #006600;
   background-color: transparent;
}
.blue-style
{
   font-weight: bold;
   text-decoration: none;
   color: #2C5F98;
   background-color: transparent;
}
.headlogo
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
   -moz-text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
   text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
}
.headlogo_mobile320
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
   -moz-text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
   text-shadow: 4px 4px 4px rgba(105,105,105,1.00);
}
@media only screen and (min-width: 1920px)
{
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 800px) and (max-width: 979px)
{
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
