@font-face
{
   font-family: "Memorandum";
   src: url('memorandum-webfont.eot');
   src: url('memorandum-webfont.eot?#iefix') format('embedded-opentype'),
        url('memorandum-webfont.ttf') format('truetype'),
        url('memorandum-webfont.woff') format('woff');
}
@font-face
{
   font-family: "Webdings";
   src: url('Webdings.eot');
   src: url('Webdings.eot?#iefix') format('embedded-opentype'),
        url('Webdings.svg#Webdings') format('svg'),
        url('Webdings.ttf') format('truetype'),
        url('Webdings.woff') format('woff');
}
@font-face
{
   font-family: "Gill Sans Nova Cn Light";
   src: url('GillSansNova-CnLight.eot');
   src: url('GillSansNova-CnLight.eot?#iefix') format('embedded-opentype'),
        url('GillSansNova-CnLight.ttf') format('truetype'),
        url('GillSansNova-CnLight.woff') format('woff');
}
@font-face
{
   font-family: "Gill Sans Nova Cn SemiBold";
   src: url('GillSansNova-CnSemiBold.eot');
   src: url('GillSansNova-CnSemiBold.eot?#iefix') format('embedded-opentype'),
        url('GillSansNova-CnSemiBold.ttf') format('truetype'),
        url('GillSansNova-CnSemiBoldIt.woff') format('woff');
}
@font-face
{
   font-family: "Adelle-Book-Rg";
   src: url('Adelle-Book-Rg.eot');
   src: url('Adelle-Book-Rg.eot?#iefix') format('embedded-opentype'),
        url('#Adelle-Book-Rg') format('svg'),
        url('Adelle-Book-Rg.ttf') format('truetype'),
        url('Adelle-Book-Rg.woff') format('woff');
}
@font-face
{
   font-family: "Adelle-Book-BIt";
   src: url('Adelle-Book-BIt.eot');
   src: url('Adelle-Book-BIt.eot?#iefix') format('embedded-opentype'),
        url('#Adelle-Book-BIt') format('svg'),
        url('Adelle-Book-BIt.ttf') format('truetype'),
        url('Adelle-Book-BIt.woff') format('woff');
}
@font-face
{
   font-family: "Adelle-Book-It";
   src: url('Adelle-Book-It.eot');
   src: url('Adelle-Book-It.eot?#iefix') format('embedded-opentype'),
        url('#Adelle-Book-It') format('svg'),
        url('Adelle-Book-It.ttf') format('truetype'),
        url('Adelle-Book-Rg.woff') format('woff');
}
@font-face
{
   font-family: "Gill Sans Nova Medium Italic";
   src: url('GillSansNova-MediumItalic.eot');
   src: url('GillSansNova-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('GillSansNova-MediumItalic.ttf') format('truetype'),
        url('GillSansNova-MediumItalic.woff') format('woff');
}
@font-face
{
   font-family: "Bitter Rg";
   src: url('Bitter-Regular.eot');
   src: url('Bitter-Regular.eot?#iefix') format('embedded-opentype'),
        url('Bitter-Regular.ttf') format('truetype'),
        url('Bitter-Regular.woff') format('woff');
}
@font-face
{
   font-family: "Bitter B";
   src: url('Bitter-Bold.eot');
   src: url('Bitter-Bold.eot?#iefix') format('embedded-opentype'),
        url('Bitter-Bold.ttf') format('truetype'),
        url('Bitter-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Bitter It";
   src: url('Bitter-Italic.eot');
   src: url('Bitter-Italic.eot?#iefix') format('embedded-opentype'),
        url('Bitter-Italic.ttf') format('truetype'),
        url('Bitter-Italic.woff') format('woff');
}
@font-face
{
   font-family: "Bitter BIt";
   src: url('Bitter-BoldItalic.eot');
   src: url('Bitter-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Bitter-BoldItalic.ttf') format('truetype'),
        url('Bitter-BoldItalic.woff') format('woff');
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-o-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-ms-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-left
{
   0% { -webkit-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-left
{
   0% { -moz-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-o-keyframes animate-fade-in-left
{
   0% { -o-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-ms-keyframes animate-fade-in-left
{
   0% { -ms-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-right
{
   0% { -webkit-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-right
{
   0% { -moz-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-o-keyframes animate-fade-in-right
{
   0% { -o-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-ms-keyframes animate-fade-in-right
{
   0% { -ms-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1
{
   color: #254061;
   background: #F3F2E9;
   text-decoration: underline;
}
a.style1:visited
{
   color: #254061;
   background: #F3F2E9;
   text-decoration: underline;
}
a.style1:active
{
   color: #254061;
   background: #F3F2E9;
   text-decoration: underline;
}
a.style1:hover
{
   color: #254061;
   background: #F3F2E9;
   text-decoration: underline;
}
a.style2
{
   color: #FFFFFF;
   background: #254061;
   text-decoration: underline;
}
a.style2:visited
{
   color: #FFFFFF;
   background: #254061;
   text-decoration: underline;
}
a.style2:active
{
   color: #FFFFFF;
   background: #254061;
   text-decoration: underline;
}
a.style2:hover
{
   color: #FFFFFF;
   background: #254061;
   text-decoration: underline;
}
a.style3
{
   color: #254061;
   background: #F3F2E9;
   text-decoration: underline;
}
a.style3:visited
{
   color: #254061;
   text-decoration: none;
}
a.style3:active
{
   color: #254061;
   text-decoration: none;
}
a.style3:hover
{
   color: #254061;
   text-decoration: none;
}
a.style4
{
   color: #254061;
   background: #D4C7A6;
   text-decoration: underline;
}
a.style4:visited
{
   color: #254061;
   background: #D4C7A6;
   text-decoration: underline;
}
a.style4:active
{
   color: #254061;
   background: #D4C7A6;
   text-decoration: underline;
}
a.style4:hover
{
   color: #254061;
   background: #D4C7A6;
   text-decoration: underline;
}
a.White_link
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.White_link:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.White_link:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.White_link:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
h1
{
   font-family: Calibri;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   color: #386294;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 12px;
   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: #FFFFFF;
   background-color: #254061;
}
.Combo
{
   font-family: Calibri;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #254061;
}
.Shadow
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 1px rgba(222,222,222,1.00);
   -moz-text-shadow: 2px 2px 1px rgba(222,222,222,1.00);
   text-shadow: 2px 2px 1px rgba(222,222,222,1.00);
}
