@charset "UTF-8";
/**
 *
 * Techni-Cal
 *
 */
H1, H2, H3 {
		color: #013888;
		text-transform: uppercase;	
}

H2, H3 {
		margin-bottom: 0px;
		padding-bottom: 0px;
}

H1 {
	background: url('./../images/peil-blauw.png') center left no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	height:34px;
}
.typography * {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
}
.typography blockquote {
	margin-left: 20px;
}
.typography hr {
	padding: 5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color: #161f2a;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.typography p {
	margin-bottom: 18px;
}

.typography ul,
.typography ol {
	margin-left: 10px;
	margin-bottom: 20px;
}
	.typography ul li,
	.typography ol li {
		margin: 4px 10px;
		line-height: 14px;
	}
		.typography ul li {
		 list-style-type: disc;
		}
		.typography ol li {
			list-style-type: decimal;
		}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom: 14px;
	color: #161f2a;
}
.typography h1,
.typography h4 {
	font-weight: bold;
}
.typography h2,
.typography h3 {
	font-weight: normal;
}
	.typography h1 {
		font-size: 22px;
		margin-bottom: 3px;
	}
	.typography h2 {
		font-size: 22px;
	}
	.typography h3 {
		font-size: 16px;
	}
	.typography h4 {
		font-size: 14px;
	}

.typography a {
	color: #161f3a;
	font-size: 10px;
	text-decoration: none;
}
	.typography a:hover {
		text-decoration: underline;
	}

.typography table {
	font-size: 11px;
}
	.typography table tr td {
		padding: 3px 5px;
  }

.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}
.typography img.right {
	float: right;
}
.typography img.left {
	float: left;
}


.distributor-details p {
	padding: 0px;
	margin:0px;
}
.distributor-details .name {
	font-weight: bold;
	color: #113888;
}

A {
	color: #113888;
}

.countryname {

	font-weight: bold;
	color: #113888;
	text-transform: uppercase;
}

.flag A {
	text-decoration: none;
	color: #000000;
}



