.text_red {
    color: #de0a0a;
}

div#breadClumb {
    display: none;
}

/************ Headline ************/
.navyHead {
	margin: 15px 0;
	padding: 7px 14px;
	background: #1b2b5c;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

/************ Text ************/
.normalText {
	margin: 0 15px 25px 15px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.strongText {
	margin: 0 15px 15px 15px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-weight: 700;
}


/************ Table ************/
.normalTable {
	width: 100%;
	border: 2px solid #e6e6e6;
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
}

.normalTable th,
.normalTable td {
	padding: 20px;
	border: 2px solid #e6e6e6;
	border-left: none;
	border-top: none;
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	box-sizing: border-box;
	vertical-align: middle;
}

.normalTable th {
	background: #f7f7f7;
	padding: 20px 0;
	text-align: center;
}

.normalTable td.head {
	text-align: center;
}

.normalTable .w10 {
	width: 10%;
}

.normalTable .w15 {
	width: 15%;
}

.normalTable .w20 {
	width: 20%;
}

.normalTable .w30 {
	width: 30%;
}

.normalTable .w40 {
	width: 40%;
}

.normalTable .w50 {
	width: 50%;
}

.normalTable .w60 {
	width: 60%;
}

.normalTable .w70 {
	width: 70%;
}

.normalTable .w80 {
	width: 80%;
}

.normalTable .w90 {
	width: 90%;
}
