@font-face {
	font-family:"Nasim";
	src: url( "./BBCNassim.eot" ) format('eot'),
		 url( "./BBCNassim.woff" ) format( "woff" ),
		 url( "./BBCNassim.ttf" ) format( "truetype" );
}

@font-face {
	font-family:"NasimBold";
	src: url( "./BNasimBold.eot" ) format('eot'),
		 url( "./BNasimBold.woff" )format( "woff" ),
		 url( "./BNasimBold.ttf" ) format( "truetype" );
}


body {
	margin: 0;
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 20px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color:rgb(2, 176, 230); }
a:active { text-decoration: none; }

.article-continue a:link { color:black; }
.article-continue a:visited { color:black; }
.article-continue a:hover { color:black; }
.article-continue a:active { color:black; }

ol {
	list-style: arabic-indic;
  }
  
.titr {
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 60px;
}

.titr_med {
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 140%;
}

.titr_small {
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60%;
}

.menue {
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
}

.footnote {
	font-family: Nasim, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60%;

}

.wordwrap {
	overflow-wrap: break-word;
}

.solidsilverborder-left {
	border-left: 1px solid #DCDCDC;
}

.solidsilverborder-right {
	border-right: 1px solid #DCDCDC;
}

.solidsilverborder {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

.dottedsilverborder {
	border-right: 4px dotted #DCDCDC;
	border-left: 4px dotted #DCDCDC;
}

.doublsilverborder {
	border-right: 4px double #DCDCDC;
	border-left: 4px double #DCDCDC;
}

.center_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.responsive_image {
	width: 100%;
	height: auto;
}

.fixed_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }

  #jumpTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: 0.5;
  }

  

  #jumpTop:hover {
	opacity: 1;
  }

