<!--
body,html{
  margin:0px;
  padding:0px;
  height:100%;
  overflow:auto;
  font-family:  arial, sans-serif;
}
-->

body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Banner1
{
   background-color: #265A88;
   background: linear-gradient(to top, #265A88 0%, #337AB7 100%);
   border: 1px solid #245580;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-align: center;
   margin: 0;
}
#Banner1 span
{
   display: block;
   height: 19px;
   margin: 3px 0px 3px 0px;
}
#Banner1 .single-char
{
   float: left;
}
#Banner1 div
{
   display: inline-block;
   text-align: center;
}
.Banner1_ShowAnimation
{
   -webkit-animation: animate-border-fade 1000ms linear 0s 1 normal both;
   -moz-animation: animate-border-fade 1000ms linear 0s 1 normal both;
   animation: animate-border-fade 1000ms linear 0s 1 normal both;
}
.Banner1_HideAnimation
{
}
