
@charset "UTF-8";
@font-face {
  font-weight: normal;
  font-style: normal;
}
html {
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
}

p {
  margin-bottom: 0.25em;
  line-height: 1.3;
}


mark {
	background: #fff;
	color: #000;
}


small {
	font-size: 80%;
}


img {
	border: 0;
}


hr {
	box-sizing: content-box;
	height: 2;
  color: gray;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* HEADING */
h1,
h2,
h3 {
  margin: 0.25em 0;
  padding: 0;
  font: normal normal 100%/1 'Ubuntu', sans-serif;
  text-transform: none;
}

h1 {
  color: #203277;
  font-size: 192%;
  margin-bottom: 0.25em;
}

h2 {
  color: #00a0e2;
  font-size: 126%;
  font-weight: bold;
  margin-bottom: 0.25em;
}

h3 {
  color: #003399;
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.25em;
}
/* FONTS */

.small {
  font-size: 92%;
}
.big {
  font-size: 138%;
}
.uppercase {
  text-transform: uppercase;
}


div,
pre {
  margin: 0;
  padding: 0;
}


a {
    color: #003399;
}
a:hover,
a:active {
  text-decoration: none;
}

/* IMAGES */
img {
  border: 0;
  vertical-align: middle;
  font: normal 12px/1.4 'Ubuntu', sans-serif;
  text-decoration: none;
  color: #003399;
  text-align: left;
}
img:before {
  display: inline-block;
  line-height: 1.4;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
table th,
table td {
  border: 1px solid #718e9f;
  padding: 6px;
  }

table th {
  background: #f8f8f8;
  text-align: center;

}

.videodetector {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote{
  color: #333;
  padding:1.2em;
  margin: 1.5em 0 1.5em 3em;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
  font-style: italic;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#888;
  font-size:5em;
  position: absolute;
  left: -40px;
  top:-30px;
}

blockquote::after{
  content: '';
}
