@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 animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
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;
}
.MS BUTON
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #008000;
   --background-color: rgba(0,128,0,1.00);
   background-clip: text;
   border: 2px solid transparent;
   --border-color: #000000;
   border-radius: 5px;
}
.MS_FLEXI
{
   text-decoration: none;
   background-color: transparent;
}
.MS_REGISTRATION_LABEL
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-align: left;
   line-height: 352.03px;
   text-decoration: none;
   color: #0017BF;
   --color: #0017BF;
   background-color: transparent;
   border: 0 solid #000000;
   --border-color: #000000;
}
.MS_REGISTRATION_SELECT
{
   font-family: "Arial Narrow";
   font-weight: bold;
   font-size: 17px;
   text-align: left;
   line-height: 352.03px;
   text-decoration: none;
   color: #0017BF;
   --color: #0017BF;
   background-color: #E0FFFF;
   --background-color: rgba(224,255,255,1.00);
   border: 2px solid #000000;
   --border-color: #000000;
   border-radius: 10px;
}
.MS_REGISTRATION_TOTAL
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: #FAEBD7;
   --background-color: rgba(250,235,215,1.00);
   border: 4px solid #000000;
   --border-color: #000000;
   border-radius: 10px;
}
.MS_TEXT_AREA
{
   font-family: "Arial Narrow";
   font-weight: bold;
   font-size: 17px;
   text-align: left;
   line-height: 286.03px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #DCDCDC;
   --background-color: rgba(220,220,220,1.00);
   border: 1px solid #4F4F4F;
   --border-color: #4F4F4F;
   border-radius: 10px;
}
