@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes transform-zoom-in-down
{
   0% { transform: translate3d(0px,-1000px,0px) rotateX(0deg) scale3d(0.1,0.1,0.1) ; opacity: 0;  }
   60% { opacity: 1; transform: translate3d(0px,60px,0px) rotateX(0deg) scale3d(0.5,0.5,0.5) ;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) scale3d(1.0,1.0,1.0) ; opacity: 1;  }
}
a.red
{
   color: #FF0000;
   text-decoration: underline;
}
a.red:visited
{
   color: #FF0000;
   text-decoration: underline;
}
a.red:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.red:hover
{
   color: #A52A2A;
   text-decoration: underline;
}
a.black
{
   color: #AAAAAA;
   text-decoration: none;
}
a.black:visited
{
   color: #AAAAAA;
   text-decoration: none;
}
a.black:active
{
   color: #AAAAAA;
   text-decoration: none;
}
a.black:hover
{
   color: #FF3132;
   text-decoration: none;
}
a.white
{
   color: #AAAAAA;
   text-decoration: underline;
}
a.white:visited
{
   color: #AAAAAA;
   text-decoration: underline;
}
a.white:active
{
   color: #AAAAAA;
   text-decoration: underline;
}
a.white:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h2, .h2
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h5, .h5
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: transparent;
}
@media only screen and (max-width: 1023px)
{
}
