@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 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;  }
}
a.darkBK
{
   color: #FFFFFF;
   text-decoration: none;
}
a.darkBK:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.darkBK:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.darkBK:hover
{
   color: #FAEBD7;
   text-decoration: underline;
}
a.Stport
{
   color: #A52A2A;
   text-decoration: none;
}
a.Stport:visited
{
   color: #A52A2A;
   text-decoration: none;
}
a.Stport:active
{
   color: #A52A2A;
   text-decoration: none;
}
a.Stport:hover
{
   color: #A52A2A;
   text-decoration: underline;
}
a.apply
{
   color: #006400;
   text-decoration: none;
}
a.apply:visited
{
   color: #006400;
   text-decoration: none;
}
a.apply:active
{
   color: #006400;
   text-decoration: none;
}
a.apply:hover
{
   color: #006400;
   text-decoration: underline;
}
a.lib
{
   color: #000000;
   text-decoration: none;
}
a.lib:visited
{
   color: #000000;
   text-decoration: none;
}
a.lib:active
{
   color: #000000;
   text-decoration: none;
}
a.lib:hover
{
   color: #000000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: rgba(255,255,255,0.00);
   --background-color: rgba(255,255,255,0.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   line-height: 48.03px;
   text-decoration: none;
   color: #2F4F4F;
   --color: #2F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-align: justify;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
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-block;
}
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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: #2F4F4F;
   --background-color: rgba(47,79,79,1.00);
}
@media only screen and (min-width: 1920px)
{
}
@media only screen and (min-width: 1080px) and (max-width: 1919px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1079px)
{
}
@media only screen and (max-width: 767px)
{
}
