@font-face
{
   font-family: "Segoe UI";
   src: url('../fonts/segoeui.woff') format('woff'),
        url('../fonts/segoeui.ttf') format('truetype'),
        url('../fonts/segoeui.eot') format('embedded-opentype');
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.style1
{
   color: #0000FF;
   text-decoration: none;
}
a.style1:visited
{
   color: #0000FF;
   text-decoration: none;
}
a.style1:active
{
   color: #0000FF;
   text-decoration: none;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style2
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
   position: relative;
   display: inline-block;
}
a.style2::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   -webkit-transition: all 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
}
a.style2:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.style2:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style2:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style2:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style3
{
   color: #000000;
   text-decoration: none;
   -webkit-transition: all 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
   position: relative;
   display: inline-block;
}
a.style3::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   -webkit-transition: all 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
}
a.style3:hover::after
{
   background: #FF4500;
   width: 100%;
}
a.style3:visited
{
   color: #000000;
   text-decoration: none;
}
a.style3:active
{
   color: #000000;
   text-decoration: none;
}
a.style3:hover
{
   color: #FF4500;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   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, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   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;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
