
@-webkit-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-moz-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-o-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-ms-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-webkit-keyframes slide-up-in
{
   0% { -webkit-transform:  rotate(1deg) translate(0px,100%); opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform:  rotate(0deg) translate(0px,0px); -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-up-in
{
   0% { -moz-transform:  rotate(1deg) translate(0px,100%); opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform:  rotate(0deg) translate(0px,0px); -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-up-in
{
   0% { -o-transform:  rotate(1deg) translate(0px,100%); opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform:  rotate(0deg) translate(0px,0px); -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-up-in
{
   0% { -ms-transform:  rotate(1deg) translate(0px,100%); opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform:  rotate(0deg) translate(0px,0px); -ms-transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform:  rotate(1deg) translate(0px,100%); opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform:  rotate(0deg) translate(0px,0px); transform-origin: 0 0;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform:  rotate(0deg) scale(0,0); opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform:  rotate(0deg) scale(0.9,0.9); -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform:  rotate(0deg) scale(1,1); -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform:  rotate(0deg) scale(0,0); opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform:  rotate(0deg) scale(0.9,0.9); -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform:  rotate(0deg) scale(1,1); -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform:  rotate(0deg) scale(0,0); opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform:  rotate(0deg) scale(0.9,0.9); -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform:  rotate(0deg) scale(1,1); -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform:  rotate(0deg) scale(0,0); opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform:  rotate(0deg) scale(0.9,0.9); -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform:  rotate(0deg) scale(1,1); -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform:  rotate(0deg) scale(0,0); opacity: 0; transform-origin: 50% 50%;  }
   90% { transform:  rotate(0deg) scale(0.9,0.9); transform-origin: 50% 50%; opacity: 1;  }
   100% { transform:  rotate(0deg) scale(1,1); transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-pulse
{
   0% { -webkit-transform:  rotate(0deg);  }
   50% { -webkit-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -webkit-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-moz-keyframes transform-pulse
{
   0% { -moz-transform:  rotate(0deg);  }
   50% { -moz-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -moz-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-o-keyframes transform-pulse
{
   0% { -o-transform:  rotate(0deg);  }
   50% { -o-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -o-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-ms-keyframes transform-pulse
{
   0% { -ms-transform:  rotate(0deg);  }
   50% { -ms-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -ms-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@keyframes transform-pulse
{
   0% { transform:  rotate(0deg);  }
   50% { transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { transform:  rotate(0deg) scale(1.0,1.0);  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style1
{
   color: #0000FF;
   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
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   background: #0000FF;
   height: 2px;
}
a.style1:visited
{
   color: #800080;
   text-decoration: none;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style2
{
   color: #2E8B57;
   font-weight: bold;
   text-decoration: underline;
}
a.style2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style3
{
   color: #FFDEAD;
   font-weight: bold;
   text-decoration: underline;
}
a.style3:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style3:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style3:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style4
{
   color: #F0E68C;
   font-weight: bold;
   text-decoration: underline;
}
a.style4:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style4:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style4:hover
{
   color: #00CED1;
   text-decoration: underline;
}
a.style5
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: underline;
}
a.style5:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style5:active
{
   color: #8A2BE2;
   text-decoration: underline;
}
a.style5:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   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
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   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;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}
.het1
{
   font-weight: bold;
   font-size: 19px;
   font-style: italic;
   text-align: center;
   text-decoration: none;
   color: #FF69B4;
   background-color: #778899;
   border: 2px #F0E68C solid;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}
.cell_borders
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFA500;
   border: 4px #1E90FF solid;
}
.cell_border2
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DDA0DD;
   border: 2px #1E90FF solid;
}
