@-webkit-keyframes transform-wobble {
0% {
   -webkit-transform: rotate(0deg);
}
15% {
   -webkit-transform: rotate(-5deg) translate(-25%,0px);
}
30% {
   -webkit-transform: rotate(3deg) translate(20%,0px);
}
45% {
   -webkit-transform: rotate(-3deg) translate(-15%,0px);
}
60% {
   -webkit-transform: rotate(2deg) translate(10%,0px);
}
75% {
   -webkit-transform: rotate(-1deg) translate(-5%,0px);
}
100% {
   -webkit-transform: rotate(0deg) translate(0px,0px);
}
}
@-moz-keyframes transform-wobble {
0% {
   -moz-transform: rotate(0deg);
}
15% {
   -moz-transform: rotate(-5deg) translate(-25%,0px);
}
30% {
   -moz-transform: rotate(3deg) translate(20%,0px);
}
45% {
   -moz-transform: rotate(-3deg) translate(-15%,0px);
}
60% {
   -moz-transform: rotate(2deg) translate(10%,0px);
}
75% {
   -moz-transform: rotate(-1deg) translate(-5%,0px);
}
100% {
   -moz-transform: rotate(0deg) translate(0px,0px);
}
}
@-o-keyframes transform-wobble {
0% {
   -o-transform: rotate(0deg);
}
15% {
   -o-transform: rotate(-5deg) translate(-25%,0px);
}
30% {
   -o-transform: rotate(3deg) translate(20%,0px);
}
45% {
   -o-transform: rotate(-3deg) translate(-15%,0px);
}
60% {
   -o-transform: rotate(2deg) translate(10%,0px);
}
75% {
   -o-transform: rotate(-1deg) translate(-5%,0px);
}
100% {
   -o-transform: rotate(0deg) translate(0px,0px);
}
}
@-ms-keyframes transform-wobble {
0% {
   -ms-transform: rotate(0deg);
}
15% {
   -ms-transform: rotate(-5deg) translate(-25%,0px);
}
30% {
   -ms-transform: rotate(3deg) translate(20%,0px);
}
45% {
   -ms-transform: rotate(-3deg) translate(-15%,0px);
}
60% {
   -ms-transform: rotate(2deg) translate(10%,0px);
}
75% {
   -ms-transform: rotate(-1deg) translate(-5%,0px);
}
100% {
   -ms-transform: rotate(0deg) translate(0px,0px);
}
}
@keyframes transform-wobble {
0% {
   transform: rotate(0deg);
}
15% {
   transform: rotate(-5deg) translate(-25%,0px);
}
30% {
   transform: rotate(3deg) translate(20%,0px);
}
45% {
   transform: rotate(-3deg) translate(-15%,0px);
}
60% {
   transform: rotate(2deg) translate(10%,0px);
}
75% {
   transform: rotate(-1deg) translate(-5%,0px);
}
100% {
   transform: rotate(0deg) translate(0px,0px);
}
}
a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
a.style1 {
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:active {
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:hover {
   color: #FFCC00;
   text-decoration: underline;
}
a.style2 {
   color: #000000;
   text-decoration: underline;
}
a.style2:visited {
   color: #000000;
   text-decoration: underline;
}
a.style2:active {
   color: #000000;
   text-decoration: underline;
}
a.style2:hover {
   color: #0078D7;
   text-decoration: underline;
}
h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-style: normal;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-style: normal;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #000080;
   font-family: "Courier New";
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}
