@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
a.white
{
   color: #FFFFFF;
   background: #000F72;
   text-decoration: none;
}
a.white:visited
{
   color: #FFFFFF;
   background: #000F72;
   text-decoration: none;
}
a.white:active
{
   color: #FFFFFF;
   background: #000F72;
   text-decoration: none;
}
a.white:hover
{
   color: #418EC8;
   background: #000F72;
   text-decoration: none;
}
h1, .h1
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 27px;
   font-style: normal;
   line-height: 42.93px;
   text-decoration: none;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   line-height: 37.73px;
   text-decoration: none;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   line-height: 29.93px;
   text-decoration: none;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   line-height: 35.03px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   line-height: 28.63px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   line-height: 23.43px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 190px;
	background: #000F72 url("https://www.eutouring.com/ext/STT.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #418EC8;
}