body {
	font-family: Arial;
	text-align: left;
	background-color: white;
}
.ndsbox {
	/*height: 150px;*/
	padding-left: 5px;
	border: none;
	border-left: 5px solid #e0003c;
	margin-left: 1%;
	display: inline-flex;
}

.ndsbox p {
	font-size: 1em;
	padding-right: 10px;
}

.ndsbox h2 {
        font-size: 1em;
	padding-right: 10px;
}


.ndsboximages {
	margin-right: 10px;
	width: 25%;
}

.ndscontentlane{
	padding-left: 10%;
	padding-right: 10%;
}

.ndsheaderimages {
	float: right;
}

.ndsline {
	border:none;
	border-top:1px dotted #000;
	color:#0000;
	background-color:#0000;
	height:1px;
	width:100%;
	margin-top: 50px;
	float: center;
}

.ndsredirect {
	font-weight: bold;
	font-size: 0.75em;
}
